Searched refs:bInMasterView (Results 1 – 1 of 1) sorted by relevance
181 const bool bInMasterView = pDrawViewShell && pDrawViewShell->GetEditMode() == EM_MASTERPAGE; in SetCurrentBulletsNumbering() local182 if ( bInMasterView ) in SetCurrentBulletsNumbering()272 SdrOutliner* pOwner = bInMasterView ? mpView->GetTextEditOutliner() : 0; in SetCurrentBulletsNumbering()274 SdrModel* pSdrModel = bInMasterView ? mpView->GetModel() : 0; in SetCurrentBulletsNumbering()294 … pOLV->ToggleBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0 : pNumRule ); in SetCurrentBulletsNumbering()299 …ngeMarkedObjectsBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0 : pNumRule… in SetCurrentBulletsNumbering()301 if ( bInMasterView ) in SetCurrentBulletsNumbering()
Completed in 14 milliseconds