/aoo42x/main/tools/source/string/ |
H A D | strascii.cxx | 182 UniString aTempStr; in CreateFromAscii() local 185 ImplCopyAsciiStr( aTempStr.AllocBuffer( nLen ), pAsciiStr, nLen ); in CreateFromAscii() 187 return aTempStr; in CreateFromAscii() 200 UniString aTempStr; in CreateFromAscii() local 204 ImplCopyAsciiStr( aTempStr.AllocBuffer( nLen ), pAsciiStr, nLen ); in CreateFromAscii() 206 return aTempStr; in CreateFromAscii()
|
/aoo42x/main/unotools/source/config/ |
H A D | defaultoptions.cxx | 241 OUString aTempStr, aFullPath; in SvtDefaultOptions_Impl() local 252 if ( pValues[nProp] >>= aTempStr ) in SvtDefaultOptions_Impl() 253 aFullPath = aPathOpt.SubstituteVariable( aTempStr ); in SvtDefaultOptions_Impl() 271 aTempStr = aPathOpt.SubstituteVariable( aList[ nPosition ] ); in SvtDefaultOptions_Impl() 272 aFullPath += aTempStr; in SvtDefaultOptions_Impl()
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | prnsetup.cxx | 301 XubString aTempStr; in ImplSetInfo() local 302 maFiType.SetText( aTempStr ); in ImplSetInfo() 303 maFiLocation.SetText( aTempStr ); in ImplSetInfo() 304 maFiComment.SetText( aTempStr ); in ImplSetInfo() 305 maFiStatus.SetText( aTempStr ); in ImplSetInfo()
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 4541 ByteString aTempStr( "Window (" ); in ~Window() local 4544 aTempStr += aErrorStr; in ~Window() 4545 DBG_ERROR( aTempStr.GetBuffer() ); in ~Window() 4562 ByteString aTempStr( "Window (" ); in ~Window() local 4565 aTempStr += aErrorStr; in ~Window() 4566 DBG_ERROR( aTempStr.GetBuffer() ); in ~Window() 4572 ByteString aTempStr( "Window (" ); in ~Window() local 4581 DBG_ERROR( aTempStr.GetBuffer() ); in ~Window() 4587 ByteString aTempStr( "Window (" ); in ~Window() local 4668 ByteString aTempStr( "Window (" ); in ~Window() local [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 1991 pFormatter->GetInputLineString(fVal, nIndex, aTempStr); in GetString() 1992 return aTempStr; in GetString() 2005 GetCellString( aTempStr, pCell ); in GetString() 2006 return aTempStr; in GetString() 2020 GetCellString( aTempStr, pCell ); in GetString() 2021 return aTempStr; in GetString() 2034 aTempStr = pMat->GetString( *pFormatter, 0, 0); in GetString() 2035 return aTempStr; in GetString() 2044 aTempStr = pMat->GetString( *pFormatter, nC, nR); in GetString() 2045 return aTempStr; in GetString()
|
H A D | interpr1.cxx | 2900 GetCellString( aTempStr, pCell ); in ScT() 2901 PushString( aTempStr ); in ScT()
|
/aoo42x/main/vcl/source/app/ |
H A D | dbggui.cxx | 1387 XubString aTempStr = aTextParagraph.Copy( 0, nLastIndex ); in SetInfoText() local 1389 maListBox.InsertEntry( aTempStr ); in SetInfoText() 1401 XubString aTempStr = aTextParagraph.Copy( 0, nLastIndex ); in SetInfoText() local 1403 maListBox.InsertEntry( aTempStr ); in SetInfoText()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1178 String aTempStr = pSearchItem->GetSearchString(); // vertauschen in Undo() local 1180 pSearchItem->SetReplaceString(aTempStr); in Undo() 1185 pSearchItem->SetSearchString(aTempStr); in Undo()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 6928 XubString aTempStr = aFirstStr; in ImplGetEllipsisString() local 6929 aTempStr += aLastStr; in ImplGetEllipsisString() 6930 if ( _rLayout.GetTextWidth( aTempStr, 0, aTempStr.Len() ) > nMaxWidth ) in ImplGetEllipsisString() 6936 aStr = aTempStr; in ImplGetEllipsisString() 6953 aTempStr = aFirstStr; in ImplGetEllipsisString() 6954 aTempStr += aTempLastStr; in ImplGetEllipsisString() 6955 … if ( _rLayout.GetTextWidth( aTempStr, 0, aTempStr.Len() ) > nMaxWidth ) in ImplGetEllipsisString()
|
/aoo42x/main/vcl/source/control/ |
H A D | field2.cxx | 605 XubString aTempStr = rLiteralMask.Copy( nNewPos, 1 ); in ImplPatternProcessKeyInput() local 606 aStr.Replace( nNewPos, aTempStr.Len(), aTempStr ); in ImplPatternProcessKeyInput()
|
/aoo42x/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 98 rtl::OString aTempStr = rtl::OUStringToOString( str, RTL_TEXTENCODING_UTF8 ); in OUStringToGnome() local 99 return g_strdup( aTempStr.getStr() ); in OUStringToGnome()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 193 String aTempStr; // for GetString() member in ScInterpreter
|