Searched refs:bHelpEnabled (Results 1 – 2 of 2) sorted by relevance
256 sal_Bool bHelpEnabled = ( rHEvt.GetMode() & ( HELPMODE_BALLOON | HELPMODE_QUICK ) ) != 0; in RequestHelp() local265 if ( bHelpEnabled && !bDrawTextEdit ) in RequestHelp()291 if ( bHelpEnabled && !bDone && !nButtonDown ) // nur ohne gedrueckten Button in RequestHelp()394 if ( pDrView && bHelpEnabled && !bDone ) in RequestHelp()
385 sal_Bool bHelpEnabled = sal_False; in its_checkIfHelpEnabledAndGetURL() local387 xModuleConfig->getByName(PROP_AUTOMATIC_HELP) >>= bHelpEnabled; in its_checkIfHelpEnabledAndGetURL()389 if (bHelpEnabled) in its_checkIfHelpEnabledAndGetURL()
Completed in 34 milliseconds