Home
last modified time | relevance | path

Searched refs:aParaText (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sd/source/ui/dlg/
H A Ddlgassim.cxx158 String aParaText = pOutliner->GetText(pPara); in Fill() local
159 if(aParaText.Len() != 0) in Fill()
160 InsertTitle( pEntry, aParaText ); in Fill()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1243 String aParaText; in CreateTextForPage() local
1251 aParaText = ParagraphToHTMLString(pOutliner,nPara,rBackgroundColor); in CreateTextForPage()
1253 if(aParaText.Len() == 0) in CreateTextForPage()
1296 aStr += aParaText; in CreateTextForPage()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx470 String aParaText( rEE.GetText( nPara ) ); in lclCreateFormattedString() local
752 String aParaText; in AppendPortion() local
792 aParaText.Append( '"' ); in AppendPortion()
825 aParaText.AppendAscii( "&S" ); in AppendPortion()
853 aParaText.AppendAscii( "&P" ); in AppendPortion()
855 aParaText.AppendAscii( "&N" ); in AppendPortion()
857 aParaText.AppendAscii( "&D" ); in AppendPortion()
891 sal_Unicode cLast = aParaText.GetChar( aParaText.Len() - 1 ); in AppendPortion()
894 aParaText.Append( ' ' ); in AppendPortion()
896 aParaText.Append( aPortionText ); in AppendPortion()
[all …]
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1078 String aParaText; in ExecuteSpellPopup() local
1082 aParaText = *pNode; in ExecuteSpellPopup()
1090 nGuessLangPara = lcl_CheckLanguage( aParaText, xSpeller, xLangGuesser, sal_True ); in ExecuteSpellPopup()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx725 String aParaText; in ExecSpellPopup() local
730 aParaText = pNode->GetTxt(); // this may include hidden text but that should be Ok in ExecSpellPopup()
743 …lPopup >(new SwSpellPopup( pWrtShell, aGrammarCheckRes, nErrorInResult, aSuggestions, aParaText )); in ExecSpellPopup()
746 … pPopup = std::auto_ptr< SwSpellPopup >(new SwSpellPopup( pWrtShell, xAlt, aParaText )); in ExecSpellPopup()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1779 rtl::OUString aParaText( xTextRange->getString() ); in exportAnimateTargetElement() local
1780 sal_Int32 nLength = aParaText.getLength() + 1; in exportAnimateTargetElement()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx506 String aParaText( rEditObj.GetText( 0 ) ); in XclTxo() local
507 if( aParaText.Len() ) in XclTxo()

Completed in 67 milliseconds