Searched refs:rTyp (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/core/fields/ |
H A D | fldbas.cxx | 484 SwValueFieldType::SwValueFieldType( const SwValueFieldType& rTyp ) in SwValueFieldType() argument 485 : SwFieldType(rTyp.Which()), in SwValueFieldType() 486 pDoc(rTyp.GetDoc()), in SwValueFieldType() 487 bUseFormat(rTyp.UseFormat()) in SwValueFieldType()
|
/trunk/main/l10ntools/inc/ |
H A D | export.hxx | 351 const ByteString &rTyp, sal_Bool bCreateNew = sal_False ); 456 …MergeData( const ByteString &rTyp, const ByteString &rGID, const ByteString &rLID , const ByteStri… in MergeData() argument 457 : sTyp( rTyp ), sGID( rGID ), sLID( rLID ) , sFilename( rFilename ) {}; in MergeData()
|
/trunk/main/sw/source/core/edit/ |
H A D | edws.cxx | 251 void SwEditShell::InsertTOXType(const SwTOXType& rTyp) in InsertTOXType() argument 253 pDoc->InsertTOXType(rTyp); in InsertTOXType()
|
/trunk/main/sw/inc/ |
H A D | fldbas.hxx | 413 SwValueFieldType( const SwValueFieldType& rTyp );
|
H A D | editsh.hxx | 414 void InsertTOXType(const SwTOXType& rTyp);
|
H A D | doc.hxx | 1489 const SwTOXType* InsertTOXType( const SwTOXType& rTyp );
|
/trunk/main/l10ntools/source/ |
H A D | export.cxx | 1467 const ByteString &rTyp, sal_Bool bCreateNew ) in WriteExportList() argument 1501 if( rTyp.EqualsIgnoreCaseAscii("pairedlist") ){ in WriteExportList() 1523 sOutput += rTyp; sOutput += "\t"; in WriteExportList()
|
/trunk/main/sw/source/core/doc/ |
H A D | doctxm.cxx | 645 const SwTOXType* SwDoc::InsertTOXType( const SwTOXType& rTyp ) in InsertTOXType() argument 647 SwTOXType * pNew = new SwTOXType( rTyp ); in InsertTOXType()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 295 sal_uInt16 GetFieldTypeMId( const OUString& rProperty, const SwFieldType& rTyp ) in GetFieldTypeMId() argument 297 sal_uInt16 nId = lcl_GetPropMapIdForFieldType( rTyp.Which() ); in GetFieldTypeMId()
|
Completed in 75 milliseconds