Searched refs:pCore (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svx/source/unodraw/ |
H A D | recoveryui.cxx | 267 svxdr::RecoveryCore* pCore = new svxdr::RecoveryCore(m_xSMGR, sal_True); in impl_doEmergencySave() local 268 css::uno::Reference< css::frame::XStatusListener > xCore(pCore); in impl_doEmergencySave() 273 svxdr::IExtendedTabPage* pPage1 = new svxdr::SaveDialog (pWizard, pCore ); in impl_doEmergencySave() 305 svxdr::RecoveryCore* pCore = new svxdr::RecoveryCore(m_xSMGR, sal_False); in impl_doRecovery() local 306 css::uno::Reference< css::frame::XStatusListener > xCore(pCore); in impl_doRecovery() 311 svxdr::IExtendedTabPage* pPage1 = new svxdr::RecoveryDialog (pWizard, pCore ); in impl_doRecovery()
|
/aoo41x/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 745 RecoveryCore* pCore ) in SaveDialog() argument 755 , m_pCore ( pCore ) in SaveDialog() 837 RecoveryCore* pCore ) in SaveProgressDialog() argument 842 , m_pCore ( pCore ) in SaveProgressDialog() 845 PluginProgress* pProgress = new PluginProgress( &m_aProgrParent, pCore->getSMGR() ); in SaveProgressDialog() 1024 RecoveryCore* pCore ) in RecoveryDialog() argument 1043 , m_pCore ( pCore ) in RecoveryDialog() 1063 pCore->getSMGR(), in RecoveryDialog() 1071 PluginProgress* pProgress = new PluginProgress( &m_aProgrParent, pCore->getSMGR() ); in RecoveryDialog() 1467 RecoveryCore* pCore , in BrokenRecoveryDialog() argument [all …]
|
/aoo41x/main/svx/source/inc/ |
H A D | docrecovery.hxx | 504 RecoveryCore* pCore ); 559 RecoveryCore* pCore ); 695 RecoveryCore* pCore ); 762 RecoveryCore* pCore ,
|
/aoo41x/main/sc/source/ui/view/ |
H A D | editsh.cxx | 883 const SfxPoolItem* pCore = aOldSetItem.GetItemOfScript( nScript ); in ExecuteAttr() local 884 if ( pCore && ((const SvxWeightItem*)pCore)->GetWeight() > WEIGHT_NORMAL ) in ExecuteAttr() 906 const SfxPoolItem* pCore = aOldSetItem.GetItemOfScript( nScript ); in ExecuteAttr() local 907 if ( pCore && ((const SvxPostureItem*)pCore)->GetValue() != ITALIC_NONE ) in ExecuteAttr()
|
H A D | formatsh.cxx | 1311 const SfxPoolItem* pCore = aOldSetItem.GetItemOfScript( nScript ); in ExecuteTextAttr() local 1312 if ( pCore && ((const SvxWeightItem*)pCore)->GetWeight() == WEIGHT_BOLD ) in ExecuteTextAttr() 1338 const SfxPoolItem* pCore = aOldSetItem.GetItemOfScript( nScript ); in ExecuteTextAttr() local 1339 if ( pCore && ((const SvxPostureItem*)pCore)->GetPosture() == ITALIC_NORMAL ) in ExecuteTextAttr()
|
Completed in 53 milliseconds