<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.openoffice.devel.interface">
    <title>gmane.comp.openoffice.devel.interface</title>
    <link>http://blog.gmane.org/gmane.comp.openoffice.devel.interface</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/109"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/104"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/103"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/102"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/101"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/100"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/99"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/98"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/97"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/96"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/95"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/94"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/109">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/109</link>
    <description>&lt;pre&gt;
I considered that, but it would have been an even heavier change. You 
won't believe it before you see it: resource IDs are used in 
calculations even more than help ids. But there are more "nice" use cases.

I found code that only works if a RID for a string and a slot id have 
the same offset to some base numbers. Sometimes RIDs have been used as 
identifiers in other APIs ("I need a numerical identifier - hey, we have 
the resource ID, how nice, let's use it!").

etc. etc.

Switching resource IDs would have postponed the cws changehid for 
another few months.

In the meantime I expect that the number of new dialogs or tab pages 
will be manageable. Adding HIDs by a script is a small price, IMHO. Even 
manual adding of HIDs takes only a few minutes as a one-time operation 
(how many new dialogs do you write per week?).


Yes, I think that this is the right way to go. For the existing src 
files the removal of auto-HIDs isn't a problem, all files have been 
converted already. Implementing a new resource format and using it for 
new UI probably won't take longer than switching the existing code base 
to string based resource IDs.

Regards,
Mathias

&lt;/pre&gt;</description>
    <dc:creator>Mathias Bauer</dc:creator>
    <dc:date>2010-10-25T07:18:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108</link>
    <description>&lt;pre&gt;
should have been "org.openoffice.help://*" ...

Ciao
Frank

&lt;/pre&gt;</description>
    <dc:creator>Frank Schönheit</dc:creator>
    <dc:date>2010-10-22T19:19:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107</link>
    <description>&lt;pre&gt;Hi Mathias,


Which is the ugly part of the (otherwise great) change :-\

If the layout manager, and the XML based dialog format, will not come to
our code base soon (Christian??!), it might be worth thinking of another
change: replace resource IDs with strings. The advantage (besides
getting rid of those ugly .hrc files) would be that the resource
compiler could again generate auto-help-ids, e.g. from
  Dialog "MyCoolDialog"
  {
    PushButton "Apply"
    {
      ...
    }
  };
, it could generate something like
"org.openoffice.org://dialogs/&amp;lt;module&amp;gt;/MyCoolDialog" and
"org.openoffice.org://dialogs/&amp;lt;module&amp;gt;/MyCoolDialog/Apply" as help
IDs/URLs ...

Well, yes, having an XML-based resource format, where resource elemtns
have string identifiers, too, would remove the need for such a change to
the resource compiler ...

Ciao
Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Schönheit</dc:creator>
    <dc:date>2010-10-22T19:14:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106</link>
    <description>&lt;pre&gt;
Replace the number by a string, I gave an example on the wiki page.
Look at the existing helpid.hrc files, it should be easy to understand.

Let's assume you have

HelpId = HID_FOO_BAR;

in your src file and

#define HID_FOO_BAR SC_HID_START+4711

or so in your helpid.hrc file. With the changes in cws changehid this 
won't compile anymore as the rsc thankfully points developers to all 
places that still use numbers instead of strings.

The easiest way to get your compiled would be to just change the hrc 
file  to

#define HID_FOO_BAR "SC_HID_FOO_BAR"

(assuming that the file belongs to the sc module). That's all.

The same applies if you have code like

SetHelpId( HID_FOO_BAR );

If controls shall be accessible to auto tests or help content, they now 
will need to get a HID assigned explicitly, the auto-HID feature of the 
resmgr is gone. That's the small price to pay for getting rid of the 
ridiculous HID compilation process and all the problems related to the 
use of hid.lst.

Do you think that I should explain that more detailed in the wiki?

Regards,
Mathias

&lt;/pre&gt;</description>
    <dc:creator>Mathias Bauer</dc:creator>
    <dc:date>2010-10-22T17:22:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105">
    <title>Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105</link>
    <description>&lt;pre&gt;Hi Mathias,

On Thursday, 2010-10-21 17:41:45 +0200, Mathias Bauer wrote:


What exactly do developers working on a CWS that introduces new HIDs
have to do after having rebased that to a milestone where CWS changehid
was integrated?

  Eike

&lt;/pre&gt;</description>
    <dc:creator>Eike Rathke</dc:creator>
    <dc:date>2010-10-21T17:30:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/108</link>
    <description>&lt;pre&gt;
should have been "org.openoffice.help://*" ...

Ciao
Frank

&lt;/pre&gt;</description>
    <dc:creator>Frank Schönheit</dc:creator>
    <dc:date>2010-10-22T19:19:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/107</link>
    <description>&lt;pre&gt;Hi Mathias,


Which is the ugly part of the (otherwise great) change :-\

If the layout manager, and the XML based dialog format, will not come to
our code base soon (Christian??!), it might be worth thinking of another
change: replace resource IDs with strings. The advantage (besides
getting rid of those ugly .hrc files) would be that the resource
compiler could again generate auto-help-ids, e.g. from
  Dialog "MyCoolDialog"
  {
    PushButton "Apply"
    {
      ...
    }
  };
, it could generate something like
"org.openoffice.org://dialogs/&amp;lt;module&amp;gt;/MyCoolDialog" and
"org.openoffice.org://dialogs/&amp;lt;module&amp;gt;/MyCoolDialog/Apply" as help
IDs/URLs ...

Well, yes, having an XML-based resource format, where resource elemtns
have string identifiers, too, would remove the need for such a change to
the resource compiler ...

Ciao
Frank
&lt;/pre&gt;</description>
    <dc:creator>Frank Schönheit</dc:creator>
    <dc:date>2010-10-22T19:14:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106">
    <title>Re: Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/106</link>
    <description>&lt;pre&gt;
Replace the number by a string, I gave an example on the wiki page.
Look at the existing helpid.hrc files, it should be easy to understand.

Let's assume you have

HelpId = HID_FOO_BAR;

in your src file and

#define HID_FOO_BAR SC_HID_START+4711

or so in your helpid.hrc file. With the changes in cws changehid this 
won't compile anymore as the rsc thankfully points developers to all 
places that still use numbers instead of strings.

The easiest way to get your compiled would be to just change the hrc 
file  to

#define HID_FOO_BAR "SC_HID_FOO_BAR"

(assuming that the file belongs to the sc module). That's all.

The same applies if you have code like

SetHelpId( HID_FOO_BAR );

If controls shall be accessible to auto tests or help content, they now 
will need to get a HID assigned explicitly, the auto-HID feature of the 
resmgr is gone. That's the small price to pay for getting rid of the 
ridiculous HID compilation process and all the problems related to the 
use of hid.lst.

Do you think that I should explain that more detailed in the wiki?

Regards,
Mathias

&lt;/pre&gt;</description>
    <dc:creator>Mathias Bauer</dc:creator>
    <dc:date>2010-10-22T17:22:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105">
    <title>Re: [interface-announce] required/ CWS changehid : Treatment of HelpIds changed</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/105</link>
    <description>&lt;pre&gt;Hi Mathias,

On Thursday, 2010-10-21 17:41:45 +0200, Mathias Bauer wrote:


What exactly do developers working on a CWS that introduces new HIDs
have to do after having rebased that to a milestone where CWS changehid
was integrated?

  Eike

&lt;/pre&gt;</description>
    <dc:creator>Eike Rathke</dc:creator>
    <dc:date>2010-10-21T17:30:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/104">
    <title>About Chanel handbags sale</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/104</link>
    <description>&lt;pre&gt;
About Chanel handbags sale 

http://www.cheapchanelbags.com/ chanel handbags  spring and summer, the
major advertising festival, thousands of pets Double Bag Set. Small cute
style, the spirit of the patent leather material, classic Lingge pattern,
the most important, her first two external pockets, and the old design to
buckle, but also clearly and logically the favor! Prices for luxury goods
after the market confidence in the important reasons is the Chinese market.
More and more Chinese consumers to buy capacity, it is a luxury brand's
confidence booster prices. "Of course, luxury brands want to raise prices to
maintain the mind of consumers to prices and attitude, and then trigger
their desire to purchase, and this is one of the reasons prices." Serving
the Lord's luxury brand in Asia, Mr. PR, the main Xidumaike number, "In the
future, this price increase will be repeated." "Ah 
http://www.cheapchanelbags.com/ chanel j12 watch  prices have risen more
than 3 months ago, nearly 20%, but even so, the classic Chanel 255 models
are still out of stock." enthusiastically noted the advantage of a discount
to 8 quarter from July to Singapore, Wen shopping Rende, but never in the
heart of Orchard Road store  http://www.cheapchanelbags.com/ chanel bags 
house empty-handed. Do a good job in China, Thailand, in the row of shops
outside the group of women over 40 minutes long entrepreneur, less than 10
minutes into the restaurant business here, they face a shopping,
disappointment and hope. Although each year in July, August is usually a
discount of Singapore and Hong Kong fashion shopping season, but this summer
has turned to the major price increases for luxury brands to replace the old
promotion. Chanel's Shanghai office told this newspaper that, in several
classic styles of brand name  http://www.cheapchanelbags.com/ cheap chanel
handabags , specifically on July 1 last year ranging from 7% -20%, while
prices of most other packages not floating retail prices. "Many people like
to not only participate in the summer of bags of clothing and promotional
activities, but to varying degrees, increased the price." However, Wen also
in the "shopping in mind," Jen bought a lot of "booty", she said: "Great
line more frequently prices. If we do not buy, or more expensive, wait until
the fall. "In fact,   http://www.coach-factory-store.com/ coach outlet  and
Chanel bags is not the only brand price. According to People's Network
Overseas Edition, Gooch said, in June on the part of the commodity prices of
European sales about 4% to 5%, and Hermes, after the price increase.by
ctrytoo007 on 2010-8-05.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-08-05T04:05:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/103">
    <title>Nike Air Yeezy shoes</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/103</link>
    <description>&lt;pre&gt;
Nike Air Yeezy shoes

http://www.airyeezyshoes.com/ Kanye West Shoes  is quite a tall shoe.
Talking of height, it is notable that the Nike Air Yeezy shoes is only
frontally tall. Beginning from its central highest point, the Nike Air
Jordan Shoes start receding in height and again in quite a high gradient.
Fuses them with original lines, materials, and design elements that reflect
West’s unique style.West are the infinite vitality in the upper stage, so
the  http://www.airyeezyshoes.com/ Air Yeezy Shoes   must provide support
for the west throughout with security. With concave grain design of ankle
shoes lead particles provides more support and protection. All the details
of the Air Jordan Shoes’ design of fusion of only one objective: when Kanye
in many live gameshow passion,   http://www.airyeezyshoes.com/ Air Yeezys 
for his foot always bring soft and comfortable wearing feeling.To build the
nike air assault outsole have glow in the dark, when the lights AnXia
gradually, around shoes will be light. The creative process of the Air Yeezy
Shoes began with the discussion around ideas and inspirations.The Air Jordan
X featured a different shape than the previous 
http://www.airyeezyshoes.com/ Nike Air Yeezys For Sale  did. They feature a
white leather upper, with a black tongue and lacing area, but the lacing
holes are grey, which definitely make the shoe stand out more.West are the
infinite vitality in the upper stage, so the Air Yeezy Shoes must provide
support for the west throughout with security. With concave grain design of
ankle shoes lead particles provides more support and protection. All the
details of the Air Jordan Shoes’ design of fusion of only one objective:
when Kanye in many live gameshow passion by ctrytoo007 on 2010-8-05. 
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-08-05T02:43:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/102">
    <title>Coach and fashion focus</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/102</link>
    <description>&lt;pre&gt;
Coach and fashion focus

From this new  http://www.coach-factory-store.com/ coach outlet  in the east
of famous institutions held recently in Georgia, the night (Georgia O 'fairy
exhibition most) get inspiration. Ou ji fu is one of the most well-known
artists, from 1920, always in multicolored colour and flower pattern with
its unique purposes. The two should be full of women in the elegant pearl
luster with Juan, each kind of type of gooed  leather is 
http://www.coach-factory-store.com/ cheap coach bags  , and has the unique
Numbers and special labels to show their special status. Whitney coach to
Shanghai, sales of two small leather, flagship - a medium multi-functional
wallet and wrist zero.  http://www.coach-factory-store.com/ coach handbags 
in central flagship held by 2009, before the holiday ChenWeiCheng Carla
invite media preview series G and famous model and Jackie demonstration new
handbag and accessory. Series, bright-coloured colour bold evening gowns
packet and nail exaggerated sequins small bag as a theme, deserve to act the
role of, is the perfect choice for any offense seasonal trend. Shining
appearance and avant-garde poppy feather dazzing outstanding series is a
mixture of female charm, halfback style, Amanda best annotation, garnet
evening gowns packet and  http://www.coach-factory-store.com/ coach purses 
velvet and metal art design, including the design of the two parties will
focus on the floor by ctrytoo007 on 2010-8-04.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-08-04T08:02:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/101">
    <title>Air jordan shoes storm</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/101</link>
    <description>&lt;pre&gt;
Air jordan shoes storm 

http://www.airyeezyshoes.com/ Kanye West Shoes  always fit fans circle the
number one most controversial topics such as Financial Fusion Jordan and the
Air Force 1 on one of the masterpiece, can be described as supporters and
critics are at the vortex center of violent confrontation, like it
completely depends on in the end you stand side camp. This time to meet with
you, "Grape / Grape" drain line from the classic version of Air Jordan 5's
heritage masterpiece, while the other pair of the world that have fully
demonstrated its unique modern style.  http://www.airyeezyshoes.com/ Air
Yeezy Shoes  actually carry classic masterpiece Air Jordan 7 "Olympic"
Return of the King, indeed, to the majority of fans created a great shoe
surprise. This time he is the world's basketball carnival World Basketball
Festival for which the opening of your upcoming "To my beloved sport / For
the Love of the Game" series which, for its office near the Heel particular,
carved on the basketball gold heart-shaped pattern. In addition to this
small alteration, this much-awaited new for 2010 can be said to reproduce
the past perfect masterpiece of heroic and original style. I believe later
this year held in the FIBA World Basketball Championships, we will be very
promising glimpse Dwyane Wade and Chris Paul both inside and outside the
stadium shows the king of this  http://www.airyeezyshoes.com/ Air Yeezys 
style. In the legendary Air Jordan 1 Air Jordan 3 and stunning masterpiece
under pincer attack, Air Jordan 2 actually became the victims of the most
attractive in the Air Jordan shoes war, even many hardcore of die-hard fans
do not Zhengyan Qiao  http://www.airyeezyshoes.com/ Nike Air Yeezys For Sale 
on it one. But Jordan Brand but did not give up the idea, they are still new
for tirelessly, trying in 2010 set off a massive Air Jordan 2 storm by
ctrytoo007 on 2010-8-03.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-08-03T02:28:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/100">
    <title>Kanye west shoes on line</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/100</link>
    <description>&lt;pre&gt;
Kanye west shoes on line 

Now that  http://www.airyeezyshoes.com/ Kanye West Shoes  has an official
Twitter account, his followers have the opportunity to hang on to his every
word no matter his location. A benefit to this is the ability for Kanye to
TwitPic his surroundings so everyone has a chance to witness all his
“stuntastic moments.” Whether it’s a photo of a 30-foot wide projector
screen at his home or a visit to the flagship store of a luxury brand in
Europe, I’m sure he has plenty of worthy photos to show to his followers.
Earlier today, http://www.airyeezyshoes.com/ Air Yeezy Shoes  took a TwitPic
of a Dries Van Noten shoe that he apparently wore when he visited the
Rolling Stone office."Kanye West hosted an incredible, nearly two-hour Town
Hall-style meeting at Rolling Stone this afternoon, where he played songs
from his fall album, jumped up on a board room table to spontaneously rap,
and fielded questions about everything from his diet Eating celery is not
hip-hop! to his Italian internship at Fendi to the craziest thing he's ever
bought an antique fish tank. Watch exclusive video of his surprise visit
above. http://www.airyeezyshoes.com/ Air Yeezys  says the vibe of his new
record is positivity, acknowledging that he's made mistakes in his life.
Adding that he believes great art doesn't have to come from dark places, he
said, "I feel like I can be a vessel for good will and energy." Dressed in a
tailored charcoal gray suit, black wayfarer-style sunglasses and 
http://www.airyeezyshoes.com/ Nike Air Yeezys For Sale , West opened up his
laptop and fired through nearly a dozen new tracks plus snippets of
unfinished ones. He played the full version of "My Chain Heavy" the racially
charged song he debuted a cappella at Facebook earlier this week, which was
anchored by an old-school beat with a spacey whistle hook. Other songs
featured some of  http://www.airyeezyshoes.com/ Kanye Shoes  most
adventurous and experimental music yet: heavy beats, cellos, sparse piano
lines, fuzzed-out electric guitar solos, and spooky sci-fi melodies by
ctrytoo007 on 2010-8-01.


&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-08-02T03:07:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/99">
    <title>The most rapid basketball shoes</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/99</link>
    <description>&lt;pre&gt;
The most rapid basketball shoes

The most rapid Hyperfuse complex modulation Zoom Nike basketball shoes 
http://www.airyeezyshoes.com/ Kanye West Shoes  for a wave of many design,
use gray and black mix of Nike dunk high highest help deluxe edition. This
we only, receipt shoes fan improved has low blue Johnny, immediately to the
reader to see a real war. This pair of shoes in the face of blue, full
display canvas, luxuriant wave patterns. In addition, the shoe is carrying
on the white color, with hooks, immediately formed and lined with shoes,
evil spirit it is good-looking. This product plan, but is now well-known
boutique listed kicks - crews, like just from friends must first mahlt
zuerst, along with a series of works and splendid future of several months,
is expected to start a series of new Nike air shower, like Max 1 "omega
(Allah" suit and air Max crepe festival is one of the NBA's 
http://www.airyeezyshoes.com/ Air Yeezy Shoes  fans series. XieWang war, air
Max receiving proprietary is 1 "all-weather/button" suits will be strong in
2010 in autumn/winter camp, immediately to the readers of this Tuesday. Four
pairs of exquisite design, colorific fresh air, Max 1 new blue flowers,
brown and black, blue/green/black or red, white, purple stripe/red/navy/pink
edition, each pair of  http://www.airyeezyshoes.com/ Air Yeezys  tongue
combat sculpture "triangle", so that the mark of all-weather/theme, kn.
Incomplete release date. Nike complex modulation Zoom Hyperfuse XDR called
"the most rapid basketball shoe", the new shoes with a powerful attack,
showing its summer dress "fire" hadadezer, king, the NBA XieWang + outdoor
readers and immediately said on Tuesday. Hyperfuse complex modulation Zoom
Nike, can be used to customize XDR XDR street  http://www.airyeezyshoes.com/
Nike Air Yeezys For Sale .The royal war in the game in line with black
shoes, white and red ornament, trademark aluminum foil. This new products on
the market, but now famous fashion kicks - crew sales, like friends must
first mahlt zuerst by ctrytoo007 on 2010-7-31.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-31T02:46:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/98">
    <title>About  shoes</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/98</link>
    <description>&lt;pre&gt;
Supple leathers, loud liners and that intensely vibrant glow sole left people
content with paying $215 at the door at the few retailers that didn’t mark
them up, at least, and on the online secondary market, prices peaked much,
much more. What began as a simple design challenge for Mark Smith with a
phone call from a longtime cross-campus friend had turned out to be this
year’s most monumental sneaker release. Campouts globally ensued, with tents
and chairs lined up for days at a time, and during the first three Saturdays
of the young summer season, the footwear landscape couldn’t get enough of
Kanye and his Air Yeezy, “If Kanye or Mark wanted some changes, we could
turn a sample in a day if we had to.” With the www.airyeezyshoes.com
harvesting as much attention as was humanly possible throughout its entire
lifespan, the sneaker’s lasting touch will likely be the quality materials
that it was constructed with, the added charitable element and also the fact
that at the end of the day, the team was proud of the great product that was
created. “We prototyped a lot of different shoes for this program,” says
Beers. “And each one could have stood on its own by ctrytoo007 on 2010-7-30.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-30T02:44:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/97">
    <title>List apparently owned by spammers?</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/97</link>
    <description>&lt;pre&gt;Guess its useless and time to unsubscribe?
&lt;/pre&gt;</description>
    <dc:creator>Tanstaafl</dc:creator>
    <dc:date>2010-07-29T10:48:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/96">
    <title>About chanel bags</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/96</link>
    <description>&lt;pre&gt;
www.cheapchanelbags.com introduced a cassette shaped transparent bags, in
order to highlight the Chanel (Chanel) has always been a noble taste,
designers also this bag with a mink tail, reported that the faithful do not
know whether these pieces of fashionable new objects interested in? In the
December 3, 2008 in Balinaila Theatre (Ranelagh Theatre) staged in Paris -
Moscow will certainly make a big show of the faithful foot off the eyes of
newspaper addiction, above those dazzling accessories are also grateful to
one of the objectives saliva right? This is the first and report back to the
faithful to share part of the www.cheapchanelbags.com  look at this
magnificent complex matriochka doll collector's dream should also be all
right by ctrytoo007 on 2010-7-29.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-29T07:11:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/95">
    <title>I love sports shoes air jordans</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/95</link>
    <description>&lt;pre&gt;
I love sports shoes air jordans

http://www.airyeezyshoes.com/ Kanye West Shoes  in honor of another growth
event in a book, This time it is for the highly anticipated Jordan Brand
"Bin 23" series of eye phase, soon turned out to be the next darlings. We
immediately take readers to preview. This two-Deluxe Edition Daisaku system
to expensive leather and suede mixed crafted and "Bin 23" signs will be
unique to wax the first time in India on the tongue rather than in the past
frequently The upper on. The series has previously proudly Air Jordan II and
the  http://www.airyeezyshoes.com/ Air Yeezy Shoes  , and now turn to the
Air Jordan XIII, the underlying order of preference is quite interesting,
however, appeared to be among the first ranks, has been worthy of its
supremacy and glory. As the preceding paragraphs, the same amount of this
new way of using the limit distribution is, like, wonderful friends, must
continue to lock the report.  http://www.airyeezyshoes.com/ Air Yeezys
Outdoor "To my beloved sport / For the Love of the Game", we received a
top-secret intelligence , this upcoming set again for another pair of new
surfaced, that is next to a grand recommended  http://www.airyeezyshoes.com/
Nike Air Yeezys For Sale  Outdoor "To my beloved sport / For the Love of the
Game" should be on who is in the first half shoes shoes city's most
concerned about war, in addition to Air Jordan 2010, the is set thousands of
pet-in-one Air Jordan Alpha 1, I believe this "Outdoor" version (outdoor)
also bound to win the world basketball players of all ages. The 
http://www.airyeezyshoes.com/ Nike Yeezy  and the aforementioned masterpiece
overall was similar to the blue upper line with ventilation holes leather /
leather crafted mixture, then Pei Chen white soles for contrast. Other
noteworthy features include: built with special texture of leather heels,
blue heels, the ankle and was shocked to see magic, "for I love sports / For
the Love of the Game" signs by ctrytoo007 on 2010-7-29.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-29T03:29:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/94">
    <title>Cheap nike dunk shoes</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/94</link>
    <description>&lt;pre&gt;
Cheap nike dunk shoes 

Back to today's heroes  http://www.usnikedunkshoes.com/ nike dunk shoes  
Professional Security Bureau, people will say, this is a Nike commercial
activities, the original copy of the product cold rice, not fiction, then
you are wrong, but certainly not too dunk Professional Security leading-edge
technology, but in some ways, dunk Zhuanye Security Juedui  ordinary meaning
yes, because it changes as Shao Genju the original design, allow users to
experience Zuixinjishu also be said that classical and perfect combination
of technology . Professional Security Bureau 
http://www.usnikedunkshoes.com/ nike dunk  success, of course, to do their
own copy of the Nike basically exhausted most common word used is the
celebrity, celebrity designed in different colors, ultra-limited, and the
recent cross-border fire and other brands cooperation. Using the most
advanced design and color number of advantages, dunk success of professional
Security impossible to avoid. Professional Security Bureau popular
advertising effectiveness dunk night, the price can soar and dunk
collector's eyes a few specialized antimony absolute need for the best.
  http://www.usnikedunkshoes.com/ cheap nike dunks   Professional Security
Bureau, because the improvement in success, and then exit into the air
TRAINER1 Security BLAZER, SB and popular in the market by ctrytoo007 on
2010-7-28 .
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-28T08:36:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/93">
    <title>Nike air yeezy shoes for sale</title>
    <link>http://permalink.gmane.org/gmane.comp.openoffice.devel.interface/93</link>
    <description>&lt;pre&gt;
Nike air yeezy shoes for sale 

http://www.airyeezyshoes.com/ Kanye West Shoes  shoe,one of The Nike Air Max
shoes which was first released in 1987 in a nylon/synthetic suede combo with
a transparent window for the Max Air-sole unit. Despite incredulity that led
customers to poke and squeeze the Air-sole, the Air Max quickly proved to be
a hit. A leather edition soon followed in 1988 and from 1988-1992, Nike used
a variety of colors and fabric combinations to keep a contemporary look. In
1992, however, the Nike Air Max was reissued with two major design changes.
These reissued models were manufactured in leather and used the midsole and
outsole design from the Air Max 90 (then known as the Air Max 3. 
http://www.airyeezyshoes.com/ Air Yeezy Shoes  was released by Nike
inc.developed from a strong relationship between West and Nike. Now we offer
Nike Air yeezy shoes for men and women with free shipping！Nike Air yeezy,
which takes Kanye West’s nickname Yeezy, draws upon the innovations from
Nike’s rich sporting history and fuses them with original lines, materials,
and design elements that reflect West’s unique style.Partnering with Nike
Creative Director, Mark Smith, Kanye was taken through the product creation
process, different  http://www.airyeezyshoes.com/ Air Yeezys .the same way
athletes have with Nike Design for the past 37 years. same with Nike air max
90,This creative partnership of Smith and West’s talents as designers
yielded a unique Nike Sportswear sneaker .The signature Nike tick on the 
http://www.airyeezyshoes.com/ Kanye Shoes  is a very small thing, as opposed
to the new Nike in most ticks rather long, are usually spread from the side
of the shoe, all the way to behind him and turned to exit the other side of
the shoe.worth the wait.Many people are looking chances for getting a 
http://www.airyeezyshoes.com/ Nike Air Yeezys For Sale  , even more, this
can be the dreams for everyone who like nike shoes, who like Kanye West by
ctrytoo007 on 2010-7-28.
&lt;/pre&gt;</description>
    <dc:creator>ctrytoo007</dc:creator>
    <dc:date>2010-07-28T02:37:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.openoffice.devel.interface">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.openoffice.devel.interface</link>
  </textinput>
</rdf:RDF>

