Searched refs:bIsWeb (Results 1 – 6 of 6) sorted by relevance
128 SwContentViewConfig::SwContentViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwContentViewConfig() argument129 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Content") : C2U("Office.Writer/Content")), in SwContentViewConfig()131 bWeb(bIsWeb) in SwContentViewConfig()279 SwLayoutViewConfig::SwLayoutViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwLayoutViewConfig() argument280 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Layout") : C2U("Office.Writer/Layout"), in SwLayoutViewConfig()283 bWeb(bIsWeb) in SwLayoutViewConfig()428 SwGridConfig::SwGridConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwGridConfig() argument429 ConfigItem(bIsWeb ? C2U("Office.WriterWeb/Grid") : C2U("Office.Writer/Grid"), in SwGridConfig()432 bWeb(bIsWeb) in SwGridConfig()
67 const int nCount = bIsWeb ? 12 : 18; in GetPropertyNames()82 bIsWeb(bWeb) in SwPrintOptions()
631 return bIsWeb ? aWebNames : aNames; in GetPropertyNames()644 bIsWeb(bWeb) in SwInsertConfig()651 if(!bIsWeb) in SwInsertConfig()963 else if(!bIsWeb) in Load()
88 sal_Bool bIsWeb = rTableFnc.GetShell() in IMPL_LINK_INLINE_END() local92 FieldUnit eFieldUnit = SW_MOD()->GetUsrPref( bIsWeb )->GetMetric(); in IMPL_LINK_INLINE_END()
31 sal_Bool bIsWeb; member in SwPrintOptions
97 sal_Bool bIsWeb; member in SwInsertConfig
Completed in 36 milliseconds