Home
last modified time | relevance | path

Searched refs:SwBlockName (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/core/swg/
H A Dswblocks.cxx55 SV_IMPL_OP_PTRARR_SORT( SwBlockNames, SwBlockName* );
75 SwBlockName::SwBlockName( const String& rShort, const String& rLong, long n ) in SwBlockName() function in SwBlockName
82 SwBlockName::SwBlockName( const String& rShort, const String& rLong, const String& rPackageName) in SwBlockName() function in SwBlockName
158 SwBlockName* pName = aNames[ i ]; in GetIndex()
172 SwBlockName* pName = aNames[ i ]; in GetLongIndex()
209 SwBlockName* pNew = new SwBlockName( rShort, rLong, 0L ); in AddName()
212 aNames.C40_PTR_INSERT( SwBlockName, pNew ); in AddName()
737 SwBlockName* pBlkNm = pImp->aNames[ nIdx ]; in IsOnlyTextBlock()
H A DSwXMLTextBlocks.cxx153 SwBlockName* pNew = NULL; in AddName()
158 pNew = new SwBlockName( rShort, rLong, aPackageName ); in AddName()
162 aNames.C40_PTR_INSERT( SwBlockName, pNew ); in AddName()
171 SwBlockName* pNew = new SwBlockName( rShort, rLong, rPackageName ); in AddName()
174 aNames.C40_PTR_INSERT( SwBlockName, pNew ); in AddName()
/aoo41x/main/sw/source/core/inc/
H A Dswblocks.hxx41 class SwBlockName class
55 SwBlockName( const String& rShort, const String& rLong, long n );
56 SwBlockName( const String& rShort, const String& rLong, const String& rPackageName );
59 int operator==( const SwBlockName& r ) { return aShort == r.aShort; } in operator ==()
60 int operator< ( const SwBlockName& r ) { return aShort < r.aShort; } in operator <()
63 SV_DECL_PTRARR_SORT( SwBlockNames, SwBlockName*, 10, 10 )

Completed in 24 milliseconds