Home
last modified time | relevance | path

Searched refs:mbCustom (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx54 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()
H A DLineWidthControl.hxx60 bool mbCustom; member in svx::sidebar::LineWidthControl
/aoo42x/main/sc/source/filter/excel/
H A Dxistyle.cxx1302 mbCustom( false ), in XclImpStyle()
1331 mbCustom = ::get_flag( nExtFlags, EXC_STYLEEXT_CUSTOM ); in ReadStyle()
1384 if( !IsBuiltin() || mbCustom ) in CreateUserStyle()
/aoo42x/main/oox/source/xls/
H A Dstylesbuffer.cxx2852 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()
/aoo42x/main/sc/source/filter/inc/
H A Dxistyle.hxx479 bool mbCustom; /// True = customized builtin style. member in XclImpStyle
/aoo42x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx864 bool mbCustom; /// True = customized builtin style. member

Completed in 64 milliseconds