/aoo42x/main/tools/source/fsys/ |
H A D | os2.cxx | 277 APIRET nRet = DosMove( aShortSource.Len()>0?(PSZ)aShortSource.GetStr():(PSZ)aSource.GetStr(), 278 aShortDest.Len()>0?(PSZ)aShortDest.GetStr():(PSZ)aDest.GetStr()); 285 nRet = DosMove( aShortSource.Len()>0?(PSZ)aShortSource.GetStr():(PSZ)aSource.GetStr(), 286 aShortDest.Len()>0?(PSZ)aShortDest.GetStr():(PSZ)aDest.GetStr()); 621 if ( rPath.Len() >= 3 && ':' == rPath.GetStr()[1] )
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 315 aLog << GetText( "\n\r" ).GetStr(); in Draw() 317 …GetStr() << " Type=" << String( (sal_uInt16)GetRefDevice()->GetOutDevType() ).GetStr() << ", MapX=… in Draw() 318 …().Width() ).GetStr() << ",\tOut-Width: " << String( rOutRect.GetWidth() ).GetStr() << ",\tCalcula… in Draw() 319 ….Height() ).GetStr() << ",\tOut-Height: " << String( rOutRect.GetHeight() ).GetStr() << ",\tCalcul… in Draw() 934 aLog << GetText( "\n\r" ).GetStr(); in PostKeyEvent() 936 …GetStr() << " Type=" << String( (sal_uInt16)GetRefDevice()->GetOutDevType() ).GetStr() << ", MapX=… in PostKeyEvent() 937 …idth: " << String( GetPaperSize().Width() ).GetStr() << ",\tCalculated: " << String( CalcTextWidth… in PostKeyEvent() 938 …ght: " << String( GetPaperSize().Height() ).GetStr() << ",\tCalculated: " << String( GetTextHeight… in PostKeyEvent()
|
H A D | editundo.hxx | 122 String& GetStr() { return aText; } in GetStr() function in EditUndoInsertChars 144 String& GetStr() { return aText; } in GetStr() function in EditUndoRemoveChars
|
H A D | impedit2.cxx | 2170 pCurUndo->GetStr() += aStr; in ImpRemoveChars()
|
/aoo42x/main/extensions/test/sax/ |
H A D | testsax.cxx | 342 #define USTRING_TO_PCHAR(x) UStringToString(x,CHARSET_PC_437).GetStr() 765 printf( "%s\n" , UStringToString( pEx->Message , CHARSET_SYSTEM ).GetStr() ); in testFile() 774 printf( "%s\n" , UStringToString( e.Message , CHARSET_SYSTEM ).GetStr() ); in testFile() 826 printf( "%s\n" , UStringToString( pEx->Message , CHARSET_SYSTEM ).GetStr() ); in testPerformance() 835 printf( "%s\n" , UStringToString( e.Message , CHARSET_SYSTEM ).GetStr() ); in testPerformance()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtffld.cxx | 213 const String& GetStr() const { return sParam; } in GetStr() function in RtfFieldSwitch 357 sParam.Erase( 0, nStt + 1 ) += aRFS.GetStr(); in lcl_ScanEquationField() 370 if( aRFS.GetStr().Len() && in lcl_ScanEquationField() 371 ( ',' == (cCh = aRFS.GetStr().GetChar(0)) || in lcl_ScanEquationField()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1505 xDocProps->setTitle( GetStr(Title) ); in Out() 1506 xDocProps->setSubject( GetStr(Subject) ); in Out() 1507 xDocProps->setDescription( GetStr(Comments) ); in Out() 1509 ::comphelper::string::convertCommaSeparated( GetStr(KeyWords) ) ); in Out() 1510 xDocProps->setAuthor( GetStr(Author) ); in Out() 1511 xDocProps->setModifiedBy( GetStr(LastRevBy) ); in Out()
|
H A D | w1class.cxx | 876 const String Ww1StringList::GetStr( sal_uInt16 nNum ) const in GetStr() function in Ww1StringList 953 return aNames.GetStr( nPlcIdx[0] ); in GetName() 1056 String Ww1Assoc::GetStr(sal_uInt16 code) in GetStr() function in Ww1Assoc
|
H A D | w1class.hxx | 1007 const String GetStr( sal_uInt16 nNum ) const; 1136 String GetStr(sal_uInt16);
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1277 fprintf( stderr, "Warning: constraint \"%s\" is invalid\n", rLine.GetStr() ); in parseConstraint() 1862 it->first->getKey().GetStr(), in setValue() 1863 it->second->m_aOption.GetStr(), in setValue() 1864 pKey->getKey().GetStr(), in setValue() 1865 pValue->m_aOption.GetStr() ); in setValue() 2101 …lue { %s, %s }\n", pKV->m_pKey->getKey().GetStr(), pKV->m_pCurrentValue ? pKV->m_pCurrentValue->m_… in rebuildFromStreamBuffer()
|
/aoo42x/main/tools/workben/ |
H A D | hashtbl.cxx | 162 h = (h<<4) + (ULONG)(USHORT)Key.GetStr()[i]; in Hash() 183 lHash += (ULONG)(USHORT)Key.GetStr()[i]; in DHash()
|
H A D | fstest.cxx | 48 printf("Directory = %s\n", sTmp.GetStr()); in main()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txthyph.cxx | 300 aDbstream << "Diff: \"" << aSelTxt.GetStr() << "\" != \"" in Hyphenate() 301 << aHyphWord.GetStr() << "\"" << endl; in Hyphenate()
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxobj.cxx | 1097 pObj->GetName().GetStr(), in GarbageCollection() 1098 pProp->GetName().GetStr(), in GarbageCollection() 1099 pParent->GetName().GetStr() ); in GarbageCollection()
|
/aoo42x/main/sfx2/source/notify/ |
H A D | hintpost.cxx | 104 aStrm << x.GetStr() << '\n'; \
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | insfnote.hxx | 84 String GetStr() in GetStr() function in SwInsFootNoteDlg
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 446 String AbstractInsFootNoteDlg_Impl::GetStr() in GetStr() function in AbstractInsFootNoteDlg_Impl 448 return pDlg->GetStr(); in GetStr()
|
H A D | swdlgfact.hxx | 280 virtual String GetStr();
|
/aoo42x/main/sw/inc/ |
H A D | swabstdlg.hxx | 124 virtual String GetStr() = 0;
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 472 if ( pDlg->GetStr().Len() ) in Execute() 473 aReq.AppendItem( SfxStringItem( nId, pDlg->GetStr() ) ); in Execute()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 2517 sOut << sStr.GetStr() << endl; in _MakeFldList()
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 4390 rc = DosSetPathInfo(aFile.GetStr(),1, in RTLFUNC()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 3273 pWrt->Write( pPam, *pDoc, aStream, rFileNm.GetStr() ); in DumpDoc()
|