Searched refs:pViewOptions (Results 1 – 7 of 7) sorted by relevance
92 pViewOptions( pViewOpt ), in SwAccessiblePortionData()327 bGray = !pViewOptions->IsPagePreview() && in IsGrayPortionType()328 !pViewOptions->IsReadonly() && SwViewOption::IsFieldShadings(); in IsGrayPortionType()330 case POR_TAB: bGray = pViewOptions->IsTab(); break; in IsGrayPortionType()331 case POR_SOFTHYPH: bGray = pViewOptions->IsSoftHyph(); break; in IsGrayPortionType()332 case POR_BLANK: bGray = pViewOptions->IsHardBlank(); break; in IsGrayPortionType()
50 const SwViewOption* pViewOptions; member in SwAccessiblePortionData
1882 DBG_ASSERT( pViewOptions, "No ViewOptions! :-(" ); in GetViewOptions()1883 return *pViewOptions; in GetViewOptions()1888 DBG_ASSERT( pViewOptions, "No ViewOptions! :-(" ); in SetViewOptions()1889 *pViewOptions = rOpt; in SetViewOptions()
111 pViewOptions = new ScViewOptions(); in ImplCreateOptions()119 delete pViewOptions; in ImplDeleteOptions()
159 pViewOptions( NULL ), in ScDocument()
2271 const SwViewOption* pViewOptions = pViewShell->GetViewOptions(); in DoIdleJob() local2277 if( !pViewOptions->IsOnlineSpell() ) in DoIdleJob()2281 if( !pViewOptions->IsAutoCompleteWords() || in DoIdleJob()
315 ScViewOptions* pViewOptions; // View-Optionen member in ScDocument
Completed in 66 milliseconds