Searched refs:GetAutoComplete (Results 1 – 5 of 5) sorted by relevance
58 sal_Bool GetAutoComplete() const { return bAutoComplete; } in GetAutoComplete() function in ScAppOptions
618 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetAutoComplete() ); in IMPL_LINK()
454 sal_Bool bNew = !aNewOpts.GetAutoComplete(); in Execute()588 rSet.Put( SfxBoolItem( nWhich, GetAppOptions().GetAutoComplete() ) ); in GetState()
2986 bAutoComplete = SC_MOD()->GetAppOptions().GetAutoComplete(); in KeyInput()3253 bAutoComplete = SC_MOD()->GetAppOptions().GetAutoComplete(); in InputCommand()
603 …Ascii( SC_UNONAME_DOAUTOCP )) ScUnoHelpFunctions::SetBoolInAny( aRet, aAppOpt.GetAutoComplete() ); in getPropertyValue()
Completed in 32 milliseconds