/aoo42x/main/sc/source/ui/navipi/ |
H A D | scenwnd.cxx | 74 mrParent.SetComment( EMPTY_STRING ); in UpdateEntries() 79 mrParent.SetComment( *static_cast< String* >( pNewEntryList->First() ) ); in UpdateEntries() 107 mrParent.SetComment( EMPTY_STRING ); in UpdateEntries() 115 mrParent.SetComment( pEntry->maComment ); in Select()
|
/aoo42x/main/sw/inc/ |
H A D | redline.hxx | 132 void SetComment( const String& rS ) { sComment = rS; } in SetComment() function in SwRedlineData 230 void SetComment( const String& rS ) { pRedlineData->SetComment( rS ); } in SetComment() function in SwRedline
|
/aoo42x/main/svl/inc/svl/ |
H A D | zformat.hxx | 386 void SetComment( const String& rStr ) in SetComment() function in SvNumberformat 388 { SetComment( rStr, sFormatstring, sComment ); } in SetComment() 397 static void SetComment( const String& rStr, String& rFormat, String& rComment );
|
H A D | undo.hxx | 188 void SetComment( const UniString& rComment );
|
/aoo42x/main/tools/source/communi/ |
H A D | parser.cxx | 194 pInfo->SetComment( sComment ); in ReadKey() 201 pInfo->SetComment( sComment ); in ReadKey()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 264 pListAction->SetComment(comment); in EndUndo() 277 pListAction->SetComment(comment); in EndUndo()
|
/aoo42x/main/svl/source/undo/ |
H A D | undo.cxx | 1163 pListAction->SetComment( pPreviousAction->GetComment() ); in ImplLeaveListAction() 1174 pListAction->SetComment( pListAction->aUndoActions[n].pAction->GetComment() ); in ImplLeaveListAction() 1310 void SfxListUndoAction::SetComment( const UniString& rComment ) in SetComment() function in SfxListUndoAction
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 541 pAktUndoGroup->SetComment(rComment); in BegUndo() 565 pAktUndoGroup->SetComment(rComment); in BegUndo() 645 pAktUndoGroup->SetComment(rComment); in SetUndoComment() 661 pAktUndoGroup->SetComment(rComment); in SetUndoComment()
|
/aoo42x/main/sd/inc/ |
H A D | sdundo.hxx | 40 void SetComment(String& rStr) { maComment = rStr; } in SetComment() function in SdUndoAction
|
/aoo42x/main/sd/source/ui/func/ |
H A D | undoback.cxx | 50 SetComment( aString ); in SdBackgroundObjUndoAction()
|
H A D | undolayer.cxx | 57 SetComment(aString); in SdLayerModifyUndoAction()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | minfitem.hxx | 55 void SetComment( const String& r ) in SetComment() function in SfxMacroInfoItem
|
/aoo42x/main/automation/source/app/ |
H A D | testbasi.cxx | 118 p->SetComment( ((TestToolObj*)pTestObject)->GetRevision(p->GetSource()) ); in Compile()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbmod.hxx | 114 void SetComment( const String& r );
|
H A D | sbx.hxx | 115 void SetComment( const String& r ) { aComment = r; } in SetComment() function in SbxInfo
|
/aoo42x/main/tools/inc/tools/ |
H A D | geninfo.hxx | 69 void SetComment( const ByteString &rComment ) { sComment = rComment; } in SetComment() function in GenericInformation
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 183 …pAction->SetComment( ScGlobal::GetRscString( bNewNote ? STR_UNDO_INSERTNOTE : STR_UNDO_DELETENOTE … in StopEditMode()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | navipi.hxx | 112 void SetComment( const String& rComment ) in SetComment() function in ScScenarioWindow
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | highred.cxx | 148 aFilterCtr.SetComment(aChangeViewSet.GetTheComment()); in Init()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 656 pAction->SetComment( rComment ); in SetChangeComment() 1137 pAct->SetComment( rComment ); in MergeDocument()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 374 pUndoGroup->SetComment(ScGlobal::GetRscString( STR_UNDO_ORIGINALSIZE )); in SetMarkedOriginalSize()
|
/aoo42x/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 245 void SetComment(const String &rComment);
|
H A D | svdundo.hxx | 118 void SetComment(const String& rStr) { aComment=rStr; } in SetComment() function in SdrUndoGroup
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 1017 SetComment( aComment ); // setzt sComment und sFormatstring in SvNumberformat() 1560 SetComment( aComment ); in Load() 1652 SetComment( "", aFormatstring, aComment ); in Save() 4449 void SvNumberformat::SetComment( const String& rStr, String& rFormat, in SetComment() function in SvNumberformat
|
/aoo42x/main/basic/source/comp/ |
H A D | codegen.cxx | 278 pInfo->SetComment( aComment ); in Save()
|