Searched refs:aPackageName (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 157 GeneratePackageName( rShort, aPackageName ); in AddName() 158 pNew = new SwBlockName( rShort, rLong, aPackageName ); in AddName() 180 String aPckName (aNames[ n ]->aPackageName); in Delete() 206 String aOldName (aNames[ nIdx ]->aPackageName); in Rename() 208 GeneratePackageName( aShort, aPackageName ); in Rename() 223 if(aOldName != aPackageName) in Rename() 227 xBlkRoot->renameElement ( aOldName, aPackageName ); in Rename() 348 GeneratePackageName( rShort, aPackageName ); in BeginPutDoc() 350 return StartPutBlock (rShort, aPackageName); in BeginPutDoc() 612 GeneratePackageName( rShort, aPackageName ); in PutText() [all …]
|
H A D | SwXMLTextBlocks1.cxx | 117 aParserInput.sSystemId = aNames [ nIdx ] ->aPackageName; in GetDoc() 187 aPackageName = aNames[ nIdx ]->aPackageName; in GetMacroTable() 201 xRoot = xBlkRoot->openStorageElement( aPackageName, embed::ElementModes::READ ); in GetMacroTable() 614 aPackageName = aNames[ nIdx ]->aPackageName; in SetMacroTable() 644 xRoot = xBlkRoot->openStorageElement( aPackageName, embed::ElementModes::WRITE ); in SetMacroTable()
|
H A D | SwXMLBlockListContext.cxx | 94 String aShort, aLong, aPackageName; in SwXMLBlockContext() local 116 aPackageName = rAttrValue; in SwXMLBlockContext() 125 if (!aShort.Len() || !aLong.Len() || !aPackageName.Len()) in SwXMLBlockContext() 127 rImport.getBlockList().AddName( aShort, aLong, aPackageName, bTextOnly); in SwXMLBlockContext()
|
H A D | swblocks.cxx | 76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName() 83 : nPos( 0 ), aShort( rShort ), aLong( rLong ), aPackageName (rPackageName), in SwBlockName() 199 return aNames[ n ]->aPackageName; in GetPackageName()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | SwXMLTextBlocks.hxx | 45 String aPackageName; member in SwXMLTextBlocks
|
H A D | swblocks.hxx | 50 String aPackageName; // Package name member in SwBlockName
|
Completed in 35 milliseconds