Searched refs:_nObjectId (Results 1 – 4 of 4) sorted by relevance
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 3148 …o::Reference< report::XSection>& _xSection,const ::rtl::OUString& _sFunction,sal_uInt16 _nObjectId) in createControl() argument 3167 if ( _nObjectId == OBJ_CUSTOMSHAPE ) in createControl() 3169 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl() 3177 else if ( _nObjectId == OBJ_OLE2 || OBJ_DLG_SUBREPORT == _nObjectId ) in createControl() 3179 …pNewControl = SdrObjFactory::MakeNewObject( ReportInventor, _nObjectId, pSectionWindow->getReportS… in createControl() 3195 … ,NULL,NULL,_nObjectId,::rtl::OUString(),ReportInventor,OBJ_DLG_FIXEDTEXT, in createControl() 3242 if ( _nObjectId == OBJ_DLG_FIXEDTEXT ) // special case for fixed text in createControl() 3244 else if ( _nObjectId == OBJ_DLG_VFIXEDLINE ) in createControl()
|
/trunk/main/reportdesign/inc/ |
H A D | RptDef.hxx | 96 REPORTDESIGN_DLLPUBLIC const TPropertyNamePair& getPropertyNameMap(sal_uInt16 _nObjectId);
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 236 const TPropertyNamePair& getPropertyNameMap(sal_uInt16 _nObjectId) in getPropertyNameMap() argument 238 switch(_nObjectId) in getPropertyNameMap()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 149 …rt::XSection>& _xSection,const ::rtl::OUString& _sFunction ,sal_uInt16 _nObjectId = OBJ_DLG_FORMAT…
|
Completed in 52 milliseconds