/aoo4110/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 188 sal_Bool PutText( const String& rShort, const String& rLong ); 190 sal_Bool PutText( const String& rShort, SfxObjectShell& ); 226 …virtual sal_Bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >… 311 …sal_Bool PutText( const String& rShort, const String& rLong, LanguageType eLang = LANGUAGE_SYSTEM … 313 sal_Bool PutText( const String& rShort, SfxObjectShell& rShell, in PutText() function in SvxAutoCorrect 315 { return _GetLanguageList( eLang ).PutText(rShort, rShell ); } in PutText()
|
/aoo4110/main/sw/inc/ |
H A D | swacorr.hxx | 33 using SvxAutoCorrect::PutText; 43 …virtual sal_Bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >…
|
H A D | shellio.hxx | 389 sal_uInt16 PutText( const String&, const String&, const String& ); // Speichern( Kurzn., Text)
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edglss.cxx | 79 nRet = rBlks.PutText( rShortName, rName, *pOnlyTxt ); in MakeGlossary() 142 nRet = rBlock.PutText( rShortName, rName, sBuf ); in SaveGlossaryDoc()
|
/aoo4110/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1683 sal_Bool SvxAutoCorrect::PutText( const String& rShort, const String& rLong, in PutText() function in SvxAutoCorrect 1688 bRet = pLangTable->Seek( sal_uLong(eLang) )->PutText(rShort, rLong); in PutText() 1711 sal_Bool SvxAutoCorrect::PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XSt… in PutText() function in SvxAutoCorrect 2709 sal_Bool SvxAutoCorrectLanguageLists::PutText( const String& rShort, in PutText() function in SvxAutoCorrectLanguageLists 2764 sal_Bool SvxAutoCorrectLanguageLists::PutText( const String& rShort, in PutText() function in SvxAutoCorrectLanguageLists 2780 bRet = rAutoCorrect.PutText( xStg, sUserAutoCorrFile, rShort, rShell, sLong ); in PutText()
|
/aoo4110/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 660 sal_uInt16 SwTextBlocks::PutText( const String& rShort, const String& rName, in PutText() function in SwTextBlocks 679 nErr = pImp->PutText( aNew, rName, rTxt ); in PutText()
|
H A D | SwXMLTextBlocks.cxx | 604 sal_uLong SwXMLTextBlocks::PutText( const String& rShort, const String& rName, in PutText() function in SwXMLTextBlocks
|
/aoo4110/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 1109 pAutoCorrect->PutText(sEntry, pDouble->sLong, eCurLang); in FillItemSet() 1128 pAutoCorrect->PutText( pDouble->sShort, in FillItemSet() 1132 pAutoCorrect->PutText( pDouble->sShort, pDouble->sLong, in FillItemSet() 1172 pAutoCorrect->PutText(sEntry, sLong, eLang); in FillItemSet() 1194 pAutoCorrect->PutText(sShort, *SfxObjectShell::Current(), eLang); in FillItemSet() 1198 pAutoCorrect->PutText(sShort, sLong, eLang); in FillItemSet()
|
/aoo4110/main/sw/source/core/sw3io/ |
H A D | swacorr.cxx | 68 sal_Bool SwAutoCorrect::PutText( const uno::Reference < embed::XStorage >& rStg, const String& rFi… in PutText() function in SwAutoCorrect
|
/aoo4110/main/sw/source/core/inc/ |
H A D | SwXMLTextBlocks.hxx | 72 virtual sal_uLong PutText( const String&, const String&, const String& );
|
H A D | swblocks.hxx | 127 virtual sal_uLong PutText( const String&, const String&, const String& ) = 0;
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 365 void PutText( const ImportInfo& rInfo );
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | SwSpellDialogChildWindow.cxx | 495 pACorr->PutText( rOld, rNew, eLanguage ); in AddAutoCorrection()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 781 pACorr->PutText( aOrigWord, aNewWord, nCheckedLanguage ); in Execute()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 491 nRet = pGlosGroup->PutText( sShortName, sLongName, *pOnlyTxt ); in insertNewByName()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 2001 void ScHTMLTable::PutText( const ImportInfo& rInfo ) in PutText() function in ScHTMLTable 2910 mpCurrTable->PutText( rInfo ); in InsertText()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editview.cxx | 1291 pAutoCorrect->PutText( aSelected, aWord, PIMPEE->GetLanguage( aPaM2 ) ); in ExecuteSpellPopup()
|