Home
last modified time | relevance | path

Searched refs:bAutoComplete (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/
H A Dappoptio.hxx57 void SetAutoComplete( sal_Bool bNew ) { bAutoComplete = bNew; } in SetAutoComplete()
58 sal_Bool GetAutoComplete() const { return bAutoComplete; } in GetAutoComplete()
93 sal_Bool bAutoComplete; member in ScAppOptions
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx90 bAutoComplete = sal_True; in SetDefaults()
124 bAutoComplete = rCpy.bAutoComplete; in operator =()
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx117 static sal_Bool bAutoComplete; // aus App-Optionen member in ScInputHandler
252 static void SetAutoComplete(sal_Bool bSet) { bAutoComplete = bSet; } in SetAutoComplete()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx97 sal_Bool ScInputHandler::bAutoComplete = sal_False; // wird in KeyInput gesetzt member in ScInputHandler
1985 if ( bAutoComplete ) in StartTable()
2193 if ( bAutoComplete ) in UpdateFormulaMode()
2601 else if (bAutoComplete) // Gross-/Kleinschreibung anpassen in EnterHandler()
2986 bAutoComplete = SC_MOD()->GetAppOptions().GetAutoComplete(); in KeyInput()
3180 if ( bUsed && bAutoComplete ) in KeyInput()
3253 bAutoComplete = SC_MOD()->GetAppOptions().GetAutoComplete(); in InputCommand()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx1326 …bool bAutoComplete = (mnMatchEntry == AX_MATCHENTRY_FIRSTLETTER) || (mnMatchEntry == AX_MATCHENTRY… in convertProperties() local
1327 rPropMap.setProperty( PROP_Autocomplete, bAutoComplete ); in convertProperties()

Completed in 56 milliseconds