Home
last modified time | relevance | path

Searched refs:aTxt (Results 1 – 25 of 60) sorted by relevance

123

/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx456 Rectangle aTxt(aTextLine); in DrawInnerFrame_Impl() local
463 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in DrawInnerFrame_Impl()
465 aTxt.Move(0, nStep); in DrawInnerFrame_Impl()
616 Rectangle aTxt(aTextLine); in Paint() local
625 aTxt.Bottom() = aTxt.Top() + aTextLine.GetHeight() - 1; in Paint()
652 aTxt.SetSize(Size(aTxt.GetWidth() / 2, aTxt.GetHeight())); in Paint()
660 aTxt.Bottom() = aTxt.Top() + nTxtLineHeight - 1; in Paint()
675 aTxt.Move(0, nStep); in Paint()
676 aTxt.Right() = nOldR; in Paint()
677 aTxt.Left() = nOldL; in Paint()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx226 String aTxt( aEditWord ); in EnableLRBtn_Impl() local
227 xub_StrLen nLen = aTxt.Len(); in EnableLRBtn_Impl()
241 if (nOldPos >= aTxt.Len()) in EnableLRBtn_Impl()
242 nOldPos = aTxt.Len() - 1; in EnableLRBtn_Impl()
286 String aTxt; in EraseUnusableHyphens_Impl() local
351 return aTxt; in EraseUnusableHyphens_Impl()
432 String aTxt( aWordEdit.GetText() ); in GetHyphIndex_Impl() local
451 String aTxt( aEditWord ); in SelLeft_Impl() local
460 aWordEdit.SetText( aTxt ); in SelLeft_Impl()
474 String aTxt( aEditWord ); in SelRight_Impl() local
[all …]
H A Dlinkdlg.cxx633 XubString aTxt = Links().GetEllipsisString( sFileNm, nWidthPixel, TEXT_DRAW_PATHELLIPSIS ); in InsertEntry() local
638 if( aFileName.Len() > aTxt.Len() ) in InsertEntry()
639 aTxt = aFileName; in InsertEntry()
640 else if( aTxt.Search( aFileName, aTxt.Len() - aFileName.Len() ) == STRING_NOTFOUND ) in InsertEntry()
642 aTxt = aFileName; in InsertEntry()
644 aEntry = aTxt; in InsertEntry()
H A Dthesdlg.cxx345 String aTxt( rTerm ); in queryMeanings_Impl() local
346 aTxt.EraseTrailingChars( '.' ); in queryMeanings_Impl()
347 aMeanings = xThesaurus->queryMeanings( aTxt, rLocale, rProperties ); in queryMeanings_Impl()
350 rTerm = aTxt; in queryMeanings_Impl()
/trunk/main/starmath/source/
H A Daccessibility.cxx156 String aTxt; in GetAccessibleText_Impl() local
159 aTxt = pDoc->GetAccessibleText(); in GetAccessibleText_Impl()
160 return aTxt; in GetAccessibleText_Impl()
475 String aTxt( GetAccessibleText_Impl() ); in setCaretPosition() local
487 String aTxt( GetAccessibleText_Impl() ); in getCharacter() local
490 return aTxt.GetChar( nIdx ); in getCharacter()
630 String aTxt; in getIndexAtPoint() local
638 pWin->GetTextArray( aTxt, pXAry, 0, aTxt.Len() ); in getIndexAtPoint()
707 String aTxt( GetAccessibleText_Impl() ); in getTextRange() local
1150 XubString aTxt; in CalcFieldValue() local
[all …]
H A Dmathmlexport.cxx579 OUString aTxt; in getImplementationName() local
583 aTxt = SmXMLExportMeta_getImplementationName(); in getImplementationName()
586 aTxt = SmXMLExportSettings_getImplementationName(); in getImplementationName()
589 aTxt = SmXMLExportContent_getImplementationName(); in getImplementationName()
593 aTxt = SmXMLExport_getImplementationName(); in getImplementationName()
596 return aTxt; in getImplementationName()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx154 XubString aTxt; member in SwFldSlot
175 pInf->SetLen( aTxt.Len() ); in SwFldSlot()
183 XubString aTmp( aTxt ); in SwFldSlot()
184 aTxt = *pOldTxt; in SwFldSlot()
185 aTxt.Erase( nIdx, 1 ); in SwFldSlot()
186 aTxt.Insert( aTmp, nIdx ); in SwFldSlot()
188 pInf->SetTxt( aTxt ); in SwFldSlot()
205 String aTxt; in CheckScript() local
206 if( GetExpTxt( rInf, aTxt ) && aTxt.Len() && pBreakIt->GetBreakIter().is() ) in CheckScript()
216 if( nChg < aTxt.Len() ) in CheckScript()
[all …]
H A Dportxt.cxx307 String aTxt; in lcl_HasContent() local
308 return rFld.GetExpTxt( rInf, aTxt ) && aTxt.Len(); in lcl_HasContent()
578 rInf.DrawText( aTxt, *this, 0, aTxt.Len(), false ); in Paint()
584 rInf.DrawText( aTxt, *this, 0, aTxt.Len(), false ); in Paint()
894 const XubString aTxt( ' ' ); in Paint() local
895 rInf.DrawText( aTxt, *this, 0, 1, false ); in Paint()
982 rtl::OUString aTxt; in Paint() local
984 rInf.DrawText( aTxt, *this, 0, 0/*aTxt.getLength()*/, false ); in Paint()
1012 ::rtl::OUString aTxt; in Format()
1013 getCurrentListIndex( pBM, &aTxt ); in Format()
[all …]
H A Ditratr.cxx767 const XubString aTxt = pHint->GetFtn().GetNumStr(); in GetMinMaxSize() local
768 if( lcl_MinMaxString( aArg, aIter.GetFnt(), aTxt, 0, in GetMinMaxSize()
769 aTxt.Len() ) ) in GetMinMaxSize()
778 const String aTxt = pFld->ExpandField(true); in GetMinMaxSize() local
779 if( lcl_MinMaxString( aArg, aIter.GetFnt(), aTxt, 0, in GetMinMaxSize()
780 aTxt.Len() ) ) in GetMinMaxSize()
973 const XubString aTxt = pHint->GetFtn().GetNumStr(); in GetScalingOfSelectedText() local
974 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, aTxt, 0, aTxt.Len() ); in GetScalingOfSelectedText()
984 String const aTxt = pFld->ExpandField(true); in GetScalingOfSelectedText() local
985 SwDrawTextInfo aDrawInf( pSh, *pOut, 0, aTxt, 0, aTxt.Len() ); in GetScalingOfSelectedText()
H A Dguess.cxx273 XubString aTxt; in Guess() local
274 pFld->GetExpTxt( rInf, aTxt ); in Guess()
276 if ( aTxt.Len() ) in Guess()
278 nFieldDiff = aTxt.Len() - 1; in Guess()
288 rOldTxt.Insert( aTxt, rInf.GetIdx() - 1 ); in Guess()
554 XubString aTxt( rInf.GetTxt().Copy( nBreakStart, nWordLen ) ); in AlternativeSpelling() local
560 xHyphWord = xHyph->queryAlternativeSpelling( OUString(aTxt), in AlternativeSpelling()
H A Dtxttab.cxx628 XubString aTxt( ' ' ); in Paint() local
629 const KSHORT nCharWidth = rInf.GetTxtSize( aTxt ).Width(); in Paint()
635 rInf.DrawText( aTxt.Fill( nChar, ' ' ), *this, 0, nChar, sal_True ); in Paint()
643 XubString aTxt( cFill ); in Paint() local
644 const KSHORT nCharWidth = rInf.GetTxtSize( aTxt ).Width(); in Paint()
655 rInf.DrawText( aTxt.Fill( nChar, cFill ), *this, 0, nChar, sal_True ); in Paint()
H A Dporglue.cxx102 XubString aTxt; in Paint() local
103 aTxt.Fill( GetFixWidth() / GetLen(), ' ' ); in Paint()
104 SwTxtPaintInfo aInf( rInf, aTxt ); in Paint()
105 aInf.DrawText( *this, aTxt.Len(), sal_True ); in Paint()
H A Dtxtfld.cxx574 XubString aTxt( pTxtNd->GetNumString() ); in NewNumberPortion() local
576 if ( aTxt.Len() > 0 ) in NewNumberPortion()
578 aTxt.Insert( pTxtNd->GetLabelFollowedBy() ); in NewNumberPortion()
587 if( aTxt.Len() ) in NewNumberPortion()
612 pRet = new SwNumberPortion( aTxt, pNumFnt, in NewNumberPortion()
H A Dinftxt.cxx1780 aTxt = XubString( pCh, RTL_TEXTENCODING_MS_1252 ); in SwTxtSlot()
1784 bOn = pPor->GetExpTxt( *pNew, aTxt ); in SwTxtSlot()
1793 pInf->SetTxt( aTxt ); in SwTxtSlot()
1807 … else if( !pTempList && nPos < pOldSmartTagList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
1810 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()
1823 … else if( !pTempList && nPos < pOldGrammarCheckList->Count() && nListPos < nIdx && aTxt.Len() ) in SwTxtSlot()
1826 pTempList->Insert( rtl::OUString(), 0, 0, aTxt.Len(), 0 ); in SwTxtSlot()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFolderPicker.cxx114 OString aTxt = unicodetouri( aDirectory ); in setDisplayDirectory() local
116 if( aTxt.lastIndexOf('/') == aTxt.getLength() - 1 ) in setDisplayDirectory()
117 aTxt = aTxt.copy( 0, aTxt.getLength() - 1 ); in setDisplayDirectory()
119 OSL_TRACE( "setting path to %s\n", aTxt.getStr() ); in setDisplayDirectory()
124 aTxt.getStr() ); in setDisplayDirectory()
H A DSalGtkPicker.cxx256 OString aTxt = unicodetouri(aDirectory); in implsetDisplayDirectory() local
258 if( aTxt.lastIndexOf('/') == aTxt.getLength() - 1 ) in implsetDisplayDirectory()
259 aTxt = aTxt.copy( 0, aTxt.getLength() - 1 ); in implsetDisplayDirectory()
261 OSL_TRACE( "setting path to %s\n", aTxt.getStr() ); in implsetDisplayDirectory()
265 aTxt.getStr() ); in implsetDisplayDirectory()
/trunk/main/editeng/source/items/
H A Dsvxfont.cxx134 XubString aTxt( rTxt ); in CalcCaseMap() local
146 aCharClass.toUpper( aTxt ); in CalcCaseMap()
152 aCharClass.toLower( aTxt ); in CalcCaseMap()
162 for( sal_uInt16 i = 0; i < aTxt.Len(); ++i ) in CalcCaseMap()
164 if( sal_Unicode(' ') == aTxt.GetChar(i) || sal_Unicode('\t') == aTxt.GetChar(i) ) in CalcCaseMap()
170 String aTemp( aTxt.GetChar( i ) ); in CalcCaseMap()
172 aTxt.Replace( i, 1, aTemp ); in CalcCaseMap()
185 return aTxt; in CalcCaseMap()
246 const XubString aTxt( CalcCaseMap( rTxt ) ); in DoOnCapitals() local
253 sal_Bool bCaseMapLengthDiffers(aTxt.Len() != rTxt.Len()); in DoOnCapitals()
[all …]
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx703 String aTxt; in GetURL() local
751 aTxt = '#'; in GetURL()
753 aTxt += aMarkName; in GetURL()
766 (( aTxt = '#' ) += pFly->GetName() ) += cMarkSeperator; in GetURL()
776 aTxt.AppendAscii( pStr ); in GetURL()
782 return aTxt; in GetURL()
820 String aTxt; in GetURL() local
824 aTxt = ((SwTableNode*)pNd)->GetTable().GetFrmFmt()->GetName(); in GetURL()
825 if( aTxt.Len() ) in GetURL()
827 ( aTxt.Insert( '#', 0 ) += cMarkSeperator ). in GetURL()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1471 String aTxt; in lcl_InsertLabel() local
1480 aTxt += ' '; in lcl_InsertLabel()
1482 xub_StrLen nIdx = aTxt.Len(); in lcl_InsertLabel()
1485 aTxt += rSeparator; in lcl_InsertLabel()
1488 aTxt += rTxt; in lcl_InsertLabel()
1783 String aTxt; in lcl_InsertDrawLabel() local
1786 aTxt = rNumberSeparator; in lcl_InsertDrawLabel()
1792 aTxt += ' '; in lcl_InsertDrawLabel()
1794 xub_StrLen nIdx = aTxt.Len(); in lcl_InsertDrawLabel()
1795 aTxt += rSeparator; in lcl_InsertDrawLabel()
[all …]
H A Dnotxtfrm.cxx292 String aTxt( pNd->GetTitle() ); in Paint() local
293 if ( !aTxt.Len() && pNd->IsGrfNode() ) in Paint()
294 GetRealURL( *(SwGrfNode*)pNd, aTxt ); in Paint()
295 if( !aTxt.Len() ) in Paint()
296 aTxt = FindFlyFrm()->GetFmt()->GetName(); in Paint()
297 lcl_PaintReplacement( Frm(), aTxt, *pSh, this, sal_False ); in Paint()
960 String aTxt( pGrfNd->GetTitle() ); in PaintPicture() local
961 if ( !aTxt.Len() ) in PaintPicture()
962 GetRealURL( *pGrfNd, aTxt ); in PaintPicture()
963 ::lcl_PaintReplacement( aAlignedGrfArea, aTxt, *pShell, this, sal_False ); in PaintPicture()
/trunk/main/sw/source/ui/cctrl/
H A Dswlbox.cxx216 String aTxt( ComboBox::GetText() ); in GetText() local
219 GetAppCharClass().toLower( aTxt ); in GetText()
221 GetAppCharClass().toUpper( aTxt ); in GetText()
223 return aTxt; in GetText()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1508 String aTxt( rStr.Copy( 0, nPos ) ); in _GetBoxNum() local
1511 nRet = static_cast<sal_uInt16>(aTxt.ToInt32()); in _GetBoxNum()
2447 if( !aTxt.Len() ) in Modify()
2452 lcl_TabToBlankAtSttEnd( aTxt ); in Modify()
2462 aTxt, nTmpFmt, fVal )) in Modify()
2466 aTxt += '%'; in Modify()
2469 aTxt, nTmpFmtIdx, fVal ); in Modify()
2474 aTxt, nTmpFmtIdx, fVal ); in Modify()
2540 lcl_TabToBlankAtSttEnd( aTxt ); in HasNumCntnt()
2541 rIsEmptyTxtNd = 0 == aTxt.Len(); in HasNumCntnt()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3130 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), sal_True ); in GetExpandTxt()
3144 aTxt.Insert( aSpace, 0 ); in GetExpandTxt()
3146 aTxt.Insert( GetNumString(), 0 ); in GetExpandTxt()
3156 aTxt.Insert( aSpace , 0 ); in GetExpandTxt()
3157 aTxt.Insert( aSpace , 0 ); in GetExpandTxt()
3162 return aTxt; in GetExpandTxt()
3400 XubString aTxt( GetTxt().Copy( nIdx, nLen ) ); in GetRedlineTxt() local
3412 aTxt.Erase( nStt - nTxtStt, nDelCnt ); in GetRedlineTxt()
3419 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), bExpandFlds ); in GetRedlineTxt()
3422 aTxt.Insert( GetNumString(), 0 ); in GetRedlineTxt()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx980 OUString aTxt; in DocInsertStringSplitCR() local
996 aTxt = rText.Copy( nStartIdx, nIdx - nStartIdx ); in DocInsertStringSplitCR()
997 if (aTxt.getLength() && in DocInsertStringSplitCR()
998 !rDoc.InsertString( rNewCursor, aTxt, nInsertFlags )) in DocInsertStringSplitCR()
1011 aTxt = rText.Copy( nStartIdx ); in DocInsertStringSplitCR()
1012 if (aTxt.getLength() && in DocInsertStringSplitCR()
1013 !rDoc.InsertString( rNewCursor, aTxt, nInsertFlags )) in DocInsertStringSplitCR()
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx601 String aTxt(ComboBox::GetText()); in GetText() local
605 return aCharClass.lower(aTxt); in GetText()
608 return aCharClass.upper(aTxt); in GetText()
610 return aTxt; in GetText()

Completed in 223 milliseconds

123