Searched refs:_pPage (Results 1 – 12 of 12) sorted by relevance
/trunk/main/cui/source/tabpages/ |
H A D | connect.cxx | 68 SvxConnectionPage* _pPage = new SvxConnectionPage( this, rInAttrs ); in SvxConnectionDialog() local 70 _pPage->SetView( pSdrView ); in SvxConnectionDialog() 71 _pPage->Construct(); in SvxConnectionDialog() 73 SetTabPage( _pPage ); in SvxConnectionDialog() 74 SetText( _pPage->GetText() ); in SvxConnectionDialog()
|
H A D | measure.cxx | 68 SvxMeasurePage* _pPage = new SvxMeasurePage( this, rInAttrs ); in SvxMeasureDialog() local 70 _pPage->SetView( pSdrView ); in SvxMeasureDialog() 71 _pPage->Construct(); in SvxMeasureDialog() 73 SetTabPage( _pPage ); in SvxMeasureDialog() 74 SetText( _pPage->GetText() ); in SvxMeasureDialog()
|
H A D | chardlg.cxx | 807 SvxCharNamePage* _pPage, in calcFontInfo() argument 825 SfxItemState eState = _pPage->GetItemSet().GetItemState( _nFontWhich ); in calcFontInfo() 828 const SvxFontItem* pFontItem = (const SvxFontItem*)&( _pPage->GetItemSet().Get( _nFontWhich ) ); in calcFontInfo() 838 DBG_ASSERT( _pPage->GetItemSet().GetParent(), "No parent set" ); in calcFontInfo() 839 …const SvxFontHeightItem& rOldItem = (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nF… in calcFontInfo() 850 …ItemToControl( nHeight, _pPage->GetItemSet().GetPool()->GetMetric( _nFontHeightWhich ), SFX_FUNIT_… in calcFontInfo() 1627 …void enableRelativeMode( SvxCharNamePage* _pPage, FontSizeBox* _pFontSizeLB, sal_uInt16 _nHeightWh… in enableRelativeMode() argument 1632 (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nHeightWhich ); in enableRelativeMode() 1633 SfxMapUnit eUnit = _pPage->GetItemSet().GetPool()->GetMetric( _nHeightWhich ); in enableRelativeMode()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propertyeditor.hxx | 60 HiddenPage( sal_uInt16 _nPos, TabPage* _pPage ) : nPos( _nPos ), pPage( _pPage ) { } in HiddenPage()
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | ReportDrawPage.cxx | 46 OReportDrawPage::OReportDrawPage(SdrPage* _pPage in OReportDrawPage() argument 48 : SvxDrawPage(_pPage) in OReportDrawPage()
|
H A D | UndoEnv.cxx | 161 void OXUndoEnvironment::RemoveSection(OReportPage* _pPage) in RemoveSection() argument 163 if ( _pPage ) in RemoveSection() 165 Reference< XInterface > xSection(_pPage->getSection()); in RemoveSection()
|
/trunk/main/svx/source/inc/ |
H A D | fmshimp.hxx | 126 FmLoadAction( FmFormPage* _pPage, sal_uInt16 _nFlags, sal_uLong _nEventId ) in FmLoadAction() 127 :pPage( _pPage ), nEventId( _nEventId ), nFlags( _nFlags ) in FmLoadAction() 342 void loadForms( FmFormPage* _pPage, const sal_uInt16 _nBehaviour = FORMS_LOAD | FORMS_SYNC );
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 2572 void MA_FASTCALL lcl_AddObjsToPage( SwFrm* _pFrm, SwPageFrm* _pPage ) in lcl_AddObjsToPage() argument 2591 _pPage->AppendFlyToPage( pFlyFrm ); in lcl_AddObjsToPage() 2595 pFlyFrm->InvalidatePage( _pPage ); in lcl_AddObjsToPage() 2601 ::lcl_AddObjsToPage( pFlyFrm, _pPage ); in lcl_AddObjsToPage() 2609 ::lcl_AddObjsToPage( pCnt, _pPage ); in lcl_AddObjsToPage() 2620 _pPage->AppendDrawObjToPage( in lcl_AddObjsToPage()
|
H A D | layact.cxx | 1154 static const SwAnchoredObject* lcl_FindFirstInvaObj( const SwPageFrm* _pPage, in lcl_FindFirstInvaObj() argument 1157 ASSERT( _pPage->GetSortedObjs(), "FindFirstInvaObj, no Objs" ) in lcl_FindFirstInvaObj() 1159 for ( sal_uInt16 i = 0; i < _pPage->GetSortedObjs()->Count(); ++i ) in lcl_FindFirstInvaObj() 1161 const SwAnchoredObject* pObj = (*_pPage->GetSortedObjs())[i]; in lcl_FindFirstInvaObj()
|
/trunk/main/svx/source/form/ |
H A D | fmshimp.cxx | 3979 void FmXFormShell::loadForms( FmFormPage* _pPage, const sal_uInt16 _nBehaviour /* FORMS_LOAD | FORM… in loadForms() argument 3987 _pPage, in loadForms() 3989 Application::PostUserEvent( LINK( this, FmXFormShell, OnLoadForms ), _pPage ) in loadForms() 3994 DBG_ASSERT( _pPage, "FmXFormShell::loadForms: invalid page!" ); in loadForms() 3995 if ( _pPage ) in loadForms() 3999 FmFormModel* pModel = PTR_CAST( FmFormModel, _pPage->GetModel() ); in loadForms() 4006 xForms = xForms.query( _pPage->GetForms( false ) ); in loadForms()
|
H A D | navigatortree.cxx | 96 void collectShapeModelMapping( SdrPage* _pPage, MapModelToShape& _rMapping ) in collectShapeModelMapping() argument 98 OSL_ENSURE( _pPage, "collectShapeModelMapping: invalid arg!" ); in collectShapeModelMapping() 102 SdrObjListIter aIter( *_pPage ); in collectShapeModelMapping()
|
/trunk/main/reportdesign/inc/ |
H A D | UndoEnv.hxx | 111 void RemoveSection(OReportPage* _pPage);
|
Completed in 83 milliseconds