Searched refs:mbCustom (Results 1 – 6 of 6) sorted by relevance
54 mbCustom(false), in LineWidthControl()223 mbCustom = true; in SetWidthSelect()233 mbCustom = false; in SetWidthSelect()296 if(mbCustom) in IMPL_LINK()315 if((iPos >= 1 && iPos <= 8) || (iPos == 9 && mbCustom)) //add in IMPL_LINK()
60 bool mbCustom; member in svx::sidebar::LineWidthControl
1302 mbCustom( false ), in XclImpStyle()1331 mbCustom = ::get_flag( nExtFlags, EXC_STYLEEXT_CUSTOM ); in ReadStyle()1384 if( !IsBuiltin() || mbCustom ) in CreateUserStyle()
2852 mbCustom( false ), in CellStyleModel()2882 maModel.mbCustom = rAttribs.getBool( XML_customBuiltin, false ); in importCellStyle()2894 maModel.mbCustom = getFlag( nFlags, BIFF12_CELLSTYLE_CUSTOM ); in importCellStyle()2920 maModel.mbCustom = getFlag( nExtFlags, BIFF_STYLEEXT_CUSTOM ); in importStyle()2968 if( !maModel.isBuiltin() || maModel.mbCustom ) in finalizeImport()
479 bool mbCustom; /// True = customized builtin style. member in XclImpStyle
864 bool mbCustom; /// True = customized builtin style. member
Completed in 99 milliseconds