Searched refs:bMain (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedAxisAndGridExistenceProperties.cxx | 48 WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, sal_Int32 nDimensionIndex 86 WrappedAxisAndGridExistenceProperty::WrappedAxisAndGridExistenceProperty( bool bAxis, bool bMain, s… in WrappedAxisAndGridExistenceProperty() argument 91 , m_bMain( bMain ) in WrappedAxisAndGridExistenceProperty() 337 WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimensionIndex 366 WrappedAxisLabelExistenceProperty::WrappedAxisLabelExistenceProperty( bool bMain, sal_Int32 nDimens… in WrappedAxisLabelExistenceProperty() argument 370 , m_bMain( bMain ) in WrappedAxisLabelExistenceProperty()
|
/aoo42x/main/svx/source/dialog/ |
H A D | dialcontrol.cxx | 99 bool bMain = (nAngle % 4500) != 0; in DrawElements() local 101 SetFillColor( GetButtonFillColor( bMain ) ); in DrawElements() 105 long nSize = bMain ? (DIAL_OUTER_WIDTH / 4) : (DIAL_OUTER_WIDTH / 2 - 1); in DrawElements() 133 const Color& DialControlBmp::GetButtonFillColor( bool bMain ) const in GetButtonFillColor() 136 …return mbEnabled ? (bMain ? rSett.GetMenuColor() : rSett.GetHighlightColor()) : rSett.GetDisableCo… in GetButtonFillColor()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 57 SwTOXSource( const SwCntntNode* pNode, xub_StrLen n, sal_Bool bMain ) in SwTOXSource() 58 : pNd(pNode), nPos(n), bMainEntry(bMain) in SwTOXSource()
|
/aoo42x/main/basic/source/comp/ |
H A D | parser.cxx | 40 sal_Bool bMain; // sal_True: ausserhalb SUBs OK member 422 if( !pProc && !p->bMain ) in Parse()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dialcontrol.hxx | 60 const Color& GetButtonFillColor( bool bMain ) const;
|
/aoo42x/main/basctl/source/basicide/ |
H A D | moduldlg.hxx | 268 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain = false );
|
H A D | moduldlg.cxx | 967 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain ) in createModImpl() argument 997 rDocument.createModule( aLibName, aModName, bMain, sModuleCode ); in createModImpl()
|
Completed in 68 milliseconds