Searched refs:bMacro (Results  1 – 8 of 8) sorted by relevance
| /aoo41x/main/autodoc/source/parser/cpp/ | 
| H A D | cx_c_pp.cxx | 94     bool bMacro = cNext == '(';  in ReadDefine()  local96     if ( NOT bMacro )  in ReadDefine()  local
 
 | 
| /aoo41x/main/sc/source/ui/dbgui/ | 
| H A D | validate.cxx | 877 	sal_Bool bMacro = ( eStyle == SC_VALERR_MACRO );  in IMPL_LINK()  local879 	aBtnSearch.Enable( bMacro );  in IMPL_LINK()
 880 	aFtError.Enable( !bMacro );  in IMPL_LINK()
 881 	aEdError.Enable( !bMacro );  in IMPL_LINK()
 
 | 
| /aoo41x/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()  local325 				bMacro = sal_True;  in IMPL_LINK()
 430 		aMacroBT.Enable(bMacro);  in IMPL_LINK()
 
 | 
| /aoo41x/main/oox/inc/oox/xls/ | 
| H A D | drawingmanager.hxx | 162     inline void         setSimpleMacro( bool bMacro ) { mbSimpleMacro = bMacro; }  in setSimpleMacro()  argument
 | 
| /aoo41x/main/sc/source/ui/drawfunc/ | 
| H A D | futext.cxx | 252 			sal_Bool bMacro = sal_False;  in MouseButtonDown()  local255 			if (bMacro && pView->PickObj(aMDPos, pView->getHitTolLog(), pObj, pPV, SDRSEARCH_PICKMACRO) )  in MouseButtonDown()
 
 | 
| /aoo41x/main/sd/source/ui/dlg/ | 
| H A D | tpaction.cxx | 436 	sal_Bool bMacro = ( eCA == presentation::ClickAction_MACRO );  in OpenFileDialog()  local462 		else if (bMacro)  in OpenFileDialog()
 
 | 
| /aoo41x/main/sc/source/filter/inc/ | 
| H A D | xiescher.hxx | 72     inline void         SetSimpleMacro( bool bMacro ) { mbSimpleMacro = bMacro; }  in SetSimpleMacro()  argument
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | futext.cxx | 333 				sal_Bool bMacro = sal_False;  in MouseButtonDown()  local335 				if (bMacro && mpView->PickObj(aMDPos,mpView->getHitTolLog(),pObj,pPV,SDRSEARCH_PICKMACRO))  in MouseButtonDown()
 
 | 
        Completed in 107 milliseconds