Searched refs:bMacro (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | cx_c_pp.cxx | 94 bool bMacro = cNext == '('; in ReadDefine() local 96 if ( NOT bMacro ) in ReadDefine() local
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | validate.cxx | 874 sal_Bool bMacro = ( eStyle == SC_VALERR_MACRO ); in IMPL_LINK() local 876 aBtnSearch.Enable( bMacro ); in IMPL_LINK() 877 aFtError.Enable( !bMacro ); in IMPL_LINK() 878 aEdError.Enable( !bMacro ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldfunc.cxx | 257 sal_Bool bValue = sal_False, bName = sal_False, bMacro = sal_False, bInsert = sal_True; in IMPL_LINK() local 325 bMacro = sal_True; in IMPL_LINK() 430 aMacroBT.Enable(bMacro); in IMPL_LINK()
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | drawingmanager.hxx | 162 inline void setSimpleMacro( bool bMacro ) { mbSimpleMacro = bMacro; } in setSimpleMacro() argument
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 252 sal_Bool bMacro = sal_False; in MouseButtonDown() local 255 if (bMacro && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) ) in MouseButtonDown()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | tpaction.cxx | 436 sal_Bool bMacro = ( eCA == presentation::ClickAction_MACRO ); in OpenFileDialog() local 462 else if (bMacro) in OpenFileDialog()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xiescher.hxx | 72 inline void SetSimpleMacro( bool bMacro ) { mbSimpleMacro = bMacro; } in SetSimpleMacro() argument
|
/aoo42x/main/sd/source/ui/func/ |
H A D | futext.cxx | 333 sal_Bool bMacro = sal_False; in MouseButtonDown() local 335 if (bMacro && mpView->PickObj(aMDPos,mpView->getHitTolLog(),pObj,pPV,SDRSEARCH_PICKMACRO)) in MouseButtonDown()
|
Completed in 58 milliseconds