Home
last modified time | relevance | path

Searched refs:rBodyText (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/soldep/source/
H A Ddepper.cxx312 return AddObjectToList( pParentWin, pObjLst, LastID, WinCount, rBodyText, aPos, aSize ); in AddObjectToList()
322 aNewSize.Width() = pWin->GetTextWidth( String( rBodyText, RTL_TEXTENCODING_UTF8 )); in AddObjectToList()
340 pWin->SetBodyText( rBodyText ); in AddObjectToList()
429 sal_uIntPtr Depper::HandleNewPrjDialog( ByteString &rBodyText ) in HandleNewPrjDialog() argument
434 rBodyText = ByteString( aNewProjectDlg.maEName.GetText(), RTL_TEXTENCODING_UTF8); in HandleNewPrjDialog()
439 mpSolIdMapper->Insert( rBodyText, pHObject ); in HandleNewPrjDialog()
489 pHObject_l = mpSolIdMapper->Find( rBodyText ); in HandleNewPrjDialog()
500 sal_uIntPtr Depper::HandleNewDirectoryDialog(ByteString &rBodyText) in HandleNewDirectoryDialog() argument
506 rBodyText = ByteString( aNewDirectoryDlg.maEFlag.GetText(), RTL_TEXTENCODING_UTF8 ); in HandleNewDirectoryDialog()
511 mpPrjIdMapper->Insert( rBodyText, pHObject ); // mpPrjIdMapper in HandleNewDirectoryDialog()
[all …]
H A Dsoldep.cxx390 sal_uIntPtr SolDep::AddObject( ByteString& rBodyText, sal_Bool bInteract ) in AddObject() argument
396 nObjectId = HandleNewPrjDialog( rBodyText ); in AddObject()
402 …nObjectId = AddObjectToList( mpBaseWin, mpObjectList, mnSolLastId, mnSolWinCount, rBodyText, sal_F… in AddObject()
404 mpSolIdMapper->Insert( rBodyText, pHObject ); in AddObject()
410 sal_uIntPtr SolDep::AddPrjObject( ByteString& rBodyText, sal_Bool bInteract ) in AddPrjObject() argument
416 nObjectId = HandleNewDirectoryDialog( rBodyText ); in AddPrjObject()
422 …nObjectId = AddObjectToList( mpBasePrjWin, mpObjectPrjList, mnPrjLastId, mnPrjWinCount, rBodyText in AddPrjObject()
424 mpPrjIdMapper->Insert( rBodyText, pHObject ); // mpPrjIdMapper in AddPrjObject()
/aoo4110/main/soldep/inc/soldep/
H A Ddepper.hxx152 …tList* pObjLst, sal_uIntPtr &LastID, sal_uIntPtr &WinCount, ByteString& rBodyText, sal_Bool bInter…
153 …tList* pObjLst, sal_uIntPtr &LastID, sal_uIntPtr &WinCount, ByteString& rBodyText, Point& rPos, Si…
190 sal_uIntPtr HandleNewPrjDialog( ByteString &rBodyText );
191 sal_uIntPtr HandleNewDirectoryDialog( ByteString &rBodyText );
H A Dsoldep.hxx92 virtual sal_uIntPtr AddObject( ByteString& rBodyText, sal_Bool Interact=sal_True );
93 sal_uIntPtr AddPrjObject( ByteString& rBodyText, sal_Bool Interact=sal_True );

Completed in 37 milliseconds