Home
last modified time | relevance | path

Searched refs:rMod (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/basic/source/comp/
H A Dcodegen.cxx36 : rMod( r ), aCode( p, nInc ) in SbiCodeGen()
121 rMod.StartDefinitions(); in Save()
132 rMod.bIsProxyModule = true; in Save()
134 pCLASSFAC->AddClassModule( &rMod ); in Save()
137 if( !rMod.pClassData ) in Save()
138 rMod.pClassData = new SbClassData; in Save()
146 SbxArray* pIfaces = rMod.pClassData->mxIfaces; in Save()
155 pCLASSFAC->RemoveClassModule( &rMod ); in Save()
159 rMod.bIsProxyModule = false; in Save()
338 rMod.pImage = p; in Save()
[all …]
H A Dexprtree.cxx282 SbModule& rMod = pParser->aGen.GetModule(); in Term() local
283 SbxArray* pModMethods = rMod.GetMethods(); in Term()
/trunk/main/xmlscript/source/xmlmod_imexp/
H A Dxmlmod_export.cxx42 const ModuleDescriptor& rMod ) in exportScriptModule() argument
61 rMod.aName ); in exportScriptModule()
63 rMod.aLanguage ); in exportScriptModule()
64 if( rMod.aModuleType.getLength()>0 ) in exportScriptModule()
66 rMod.aModuleType ); in exportScriptModule()
70 xOut->characters( rMod.aCode ); in exportScriptModule()
H A Dxmlmod_import.cxx218 SAL_CALL importScriptModule( ModuleDescriptor& rMod ) in importScriptModule() argument
222 static_cast< xml::input::XRoot * >( new ModuleImport( rMod ) ) ); in importScriptModule()
/trunk/main/reportdesign/inc/
H A DUndoActions.hxx175 OCommentUndoAction( SdrModel& rMod
202 OUndoContainerAction(SdrModel& rMod
226 OUndoReportSectionAction(SdrModel& rMod
248 OUndoGroupSectionAction(SdrModel& rMod
280 ORptUndoPropertyAction(SdrModel& rMod, const ::com::sun::star::beans::PropertyChangeEvent& evt);
299 OUndoPropertyReportSectionAction(SdrModel& rMod
318 OUndoPropertyGroupSectionAction(SdrModel& rMod
/trunk/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx144 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in ~OUndoContainerAction()
181 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in implReRemove()
276 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in implReInsert()
293 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in implReRemove()
322 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in implReInsert()
345 OXUndoEnvironment& rEnv = static_cast< OReportModel& >( rMod ).GetUndoEnv(); in implReRemove()
/trunk/main/tools/source/generic/
H A Dbigint.cxx929 void BigInt::DivMod( const BigInt& rVal, BigInt& rMod ) in DivMod() argument
942 rMod = BigInt( nVal % rVal.nVal ); in DivMod()
949 rMod = BigInt( (long)0 ); in DivMod()
955 rMod = BigInt( (long)0 ); in DivMod()
973 rMod = BigInt( (long)nTmp ); in DivMod()
981 rMod = *this; in DivMod()
992 aTmp1.ModLong(aTmp2, rMod); // nicht optimal in DivMod()
993 rMod.Normalize(); in DivMod()
/trunk/main/reportdesign/source/ui/inc/
H A DRptUndo.hxx63 OSectionUndo( OReportModel& rMod
88 OReportSectionUndo( OReportModel& rMod
115 OGroupSectionUndo( OReportModel& rMod
140 OGroupUndo(OReportModel& rMod
/trunk/main/svx/source/svdraw/
H A Dsvdundo.cxx1564 rMod.InsertMasterPage(&mrPage,nNum); in ImpInsertPage()
1566 rMod.InsertPage(&mrPage,nNum); in ImpInsertPage()
1577 pChkPg=rMod.RemoveMasterPage(nNum); in ImpRemovePage()
1579 pChkPg=rMod.RemovePage(nNum); in ImpRemovePage()
1590 rMod.MoveMasterPage(nOldNum,nNewNum); in ImpMovePage()
1592 rMod.MovePage(nOldNum,nNewNum); in ImpMovePage()
1630 sal_uInt16 nPageAnz(rMod.GetPageCount()); in SdrUndoDelPage()
1634 SdrPage* pDrawPage = rMod.GetPage(nPageNum2); in SdrUndoDelPage()
1644 pUndoGroup = new SdrUndoGroup(rMod); in SdrUndoDelPage()
1647 pUndoGroup->AddAction(rMod.GetSdrUndoFactory().CreateUndoPageRemoveMasterPage(*pDrawPage)); in SdrUndoDelPage()
H A Dsvdxcgv.cxx299 sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt… in Paste() argument
301 const SdrModel* pSrcMod=&rMod; in Paste()
310 if( mxSelectionController.is() && mxSelectionController->PasteObjModel( rMod ) ) in Paste()
/trunk/main/svx/inc/svx/
H A Dsvdxcgv.hxx135 … Paste(const SdrModel& rMod, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOpti… in Paste() argument
136 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt…
H A Dsvdundo.hxx65 SdrModel& rMod; member in SdrUndoAction
69 : rMod(rNewMod) in SdrUndoAction()
H A Dfmview.hxx111 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 …
H A Dview3d.hxx110 …virtual sal_Bool Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 …
/trunk/main/svx/source/inc/
H A Dfmundo.hxx70 FmUndoPropertyAction(FmFormModel& rMod, const ::com::sun::star::beans::PropertyChangeEvent& evt);
105 FmUndoContainerAction(FmFormModel& rMod,
131 …FmUndoModelReplaceAction(FmFormModel& rMod, SdrUnoObj* pObject, const ::com::sun::star::uno::Refer…
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx318 void SwAttrSet::CopyToModify( SwModify& rMod ) const in CopyToModify()
321 SwCntntNode* pCNd = PTR_CAST( SwCntntNode, &rMod ); in CopyToModify()
322 SwFmt* pFmt = PTR_CAST( SwFmt, &rMod ); in CopyToModify()
H A Dcalbck.cxx399 void SwDepend::SwClientNotify( const SwModify& rMod, const SfxHint& rHint ) in SwClientNotify() argument
402 pToTell->SwClientNotifyCall( rMod, rHint ); in SwClientNotify()
/trunk/main/xmlscript/inc/xmlscript/
H A Dxmlmod_imexp.hxx51 const ModuleDescriptor& rMod )
56 SAL_CALL importScriptModule( ModuleDescriptor& rMod )
/trunk/main/sw/inc/
H A Dswiterator.hxx39 …static TElementType* FirstElement( const TSource& rMod ) { SwClient* p = SwClientIter(rMod).First(… in FirstElement() argument
/trunk/main/basic/source/inc/
H A Dcodegen.hxx35 SbModule& rMod; // aktuelles Modul member in SbiCodeGen
43 SbModule& GetModule() { return rMod; } in GetModule()
/trunk/main/svx/source/form/
H A Dfmundo.cxx1019 FmXUndoEnvironment& rEnv = ((FmFormModel&)rMod).GetUndoEnv(); in Undo()
1040 FmXUndoEnvironment& rEnv = ((FmFormModel&)rMod).GetUndoEnv(); in Redo()
1193 FmXUndoEnvironment& rEnv = static_cast< FmFormModel& >( rMod ).GetUndoEnv(); in Undo()
1223 FmXUndoEnvironment& rEnv = static_cast< FmFormModel& >( rMod ).GetUndoEnv(); in Redo()
H A Dfmview.cxx392 sal_Bool FmFormView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nO… in Paste() argument
394 return E3dView::Paste(rMod, rPos, pLst, nOptions); in Paste()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx473 sal_Bool E3dView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst, sal_uInt32 nOpti… in Paste() argument
493 for(sal_uInt16 nPg(0); nPg < rMod.GetPageCount(); nPg++) in Paste()
495 const SdrPage* pSrcPg=rMod.GetPage(nPg); in Paste()
518 bRetval = SdrView::Paste(rMod, rPos, pLst, nOptions); in Paste()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx1317 Any& rMod = bChecked? aNew : aOld; in setStateChecked() local
1321 rMod <<= AccessibleStateType::FOCUSED; in setStateChecked()
1324 rMod <<= AccessibleStateType::CHECKED; in setStateChecked()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx1037 sal_Bool View::Paste(const SdrModel& rMod, const Point& rPos, SdrObjList* pLst /* =NULL */, sal_uIn… in Paste() argument
1039 return FmFormView::Paste( rMod, rPos, pLst,nOptions );; in Paste()

Completed in 117 milliseconds

12