Searched refs:bOnlyTxt (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/editeng/source/misc/ |
H A D | SvXMLAutoCorrectImport.cxx | 143 sal_Bool bOnlyTxt = sRight != sWrong; in SvXMLWordContext() local 144 if( !bOnlyTxt ) in SvXMLWordContext() 151 bOnlyTxt = sal_True; in SvXMLWordContext() 154 SvxAutocorrWordPtr pNew = new SvxAutocorrWord( sWrong, sRight, bOnlyTxt ); in SvXMLWordContext()
|
/aoo41x/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks.cxx | 150 void SwXMLTextBlocks::AddName( const String& rShort, const String& rLong, sal_Bool bOnlyTxt ) in AddName() argument 161 pNew->bIsOnlyTxt = bOnlyTxt; in AddName() 166 const String& rPackageName, sal_Bool bOnlyTxt ) in AddName() argument 173 pNew->bIsOnlyTxt = bOnlyTxt; in AddName()
|
H A D | swblocks.cxx | 204 sal_Bool bOnlyTxt ) in AddName() argument 211 pNew->bIsOnlyTxt = bOnlyTxt; in AddName() 539 sal_Bool bOnlyTxt = pImp->aNames[ n ]->bIsOnlyTxt; in Rename() local 541 pImp->AddName( aNew, aLong, bOnlyTxt ); in Rename()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | SwXMLTextBlocks.hxx | 59 void AddName( const String&, const String&, const String&, sal_Bool bOnlyTxt = sal_False ); 60 virtual void AddName( const String&, const String&, sal_Bool bOnlyTxt = sal_False );
|
H A D | swblocks.hxx | 97 virtual void AddName( const String&, const String&, sal_Bool bOnlyTxt = sal_False );
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edglss.cxx | 101 sal_Bool bOnlyTxt ) in SaveGlossaryDoc() argument 117 if( bOnlyTxt ) in SaveGlossaryDoc()
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 655 sal_Bool bOnlyTxt = sal_False );
|
Completed in 154 milliseconds