Searched refs:SwBlockName (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 55 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 D | SwXMLTextBlocks.cxx | 153 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()
|
/trunk/main/sw/source/core/inc/ |
H A D | swblocks.hxx | 41 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