Home
last modified time | relevance | path

Searched refs:InsertLabEnvText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dappenv.cxx87 String InsertLabEnvText( SwWrtShell& rSh, SwFldMgr& rFldMgr, const String& rText ) in InsertLabEnvText() function
454 InsertLabEnvText( *pSh, aFldMgr, rItem.aSendText ); in InsertEnv()
469 InsertLabEnvText(*pSh, aFldMgr, rItem.aAddrText); in InsertEnv()
H A Dapplab.cxx87 extern String InsertLabEnvText( SwWrtShell& , SwFldMgr& , const String& );
169 …if( (!rItem.bSynchron || !(nCol|nRow)) && (sDBName = InsertLabEnvText( rSh, rFldMgr, rItem.aWritin… in lcl_InsertLabText()