Home
last modified time | relevance | path

Searched refs:SetBoolInAny (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx613 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_GRID ) ); in IMPL_LINK()
629 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HEADER ) ); in IMPL_LINK()
632 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_HSCROLL ) ); in IMPL_LINK()
635 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_VSCROLL ) ); in IMPL_LINK()
667 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_NOTES ) ); in IMPL_LINK()
670 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_SYNTAX ) ); in IMPL_LINK()
673 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetOption( VOPT_ANCHOR ) ); in IMPL_LINK()
725 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetUseGridSnap() ); in IMPL_LINK()
728 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetSynchronize() ); in IMPL_LINK()
731 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], rGrid.GetGridVisible() ); in IMPL_LINK()
[all …]
H A Dinputopt.cxx223 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetMoveSelection() ); in Commit()
226 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetEnterEdit() ); in Commit()
229 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetExtendFormat() ); in Commit()
232 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetRangeFinder() ); in Commit()
235 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetExpandRefs() ); in Commit()
238 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetMarkHeader() ); in Commit()
241 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetUseTabCol() ); in Commit()
244 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetTextWysiwyg() ); in Commit()
247 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetReplaceCellsWarn() ); in Commit()
H A Ddocoptio.cxx364 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsIter() ); in IMPL_LINK()
386 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], !IsIgnoreCase() ); in IMPL_LINK()
389 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsCalcAsShown() ); in IMPL_LINK()
392 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsMatchWholeCell() ); in IMPL_LINK()
395 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsLookUpColRowNames() ); in IMPL_LINK()
398 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], IsFormulaRegexEnabled() ); in IMPL_LINK()
H A Dappoptio.cxx595 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetSynchronizeZoom() ); in IMPL_LINK()
618 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetAutoComplete() ); in IMPL_LINK()
621 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetDetectiveAuto() ); in IMPL_LINK()
716 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetShowSharedDocumentWarning() ); in IMPL_LINK()
H A Dprintopt.cxx190 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], !GetSkipEmpty() ); in Commit()
193 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetAllSheets() ); in Commit()
/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx351 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NULLVALS ) ); in getPropertyValue()
353 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NOTES ) ); in getPropertyValue()
355 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_GRID ) ); in getPropertyValue()
363 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_PAGEBREAKS ) ); in getPropertyValue()
367 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_HEADER ) ); in getPropertyValue()
371 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_OUTLINER ) ); in getPropertyValue()
373 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->GetAutoCalc() ); in getPropertyValue()
412 ScUnoHelpFunctions::SetBoolInAny( aRet, pDoc->GetAsianKerning() ); in getPropertyValue()
430 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetUseGridSnap() ); in getPropertyValue()
432 ScUnoHelpFunctions::SetBoolInAny( aRet, aGridOpt.GetGridVisible() ); in getPropertyValue()
[all …]
H A Dsrchuno.cxx181 …if (aString.EqualsAscii( SC_UNO_SRCHBACK )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearchIte… in getPropertyValue()
182 …else if (aString.EqualsAscii( SC_UNO_SRCHBYROW )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
183 …else if (aString.EqualsAscii( SC_UNO_SRCHCASE )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
184 …else if (aString.EqualsAscii( SC_UNO_SRCHREGEXP )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
185 …else if (aString.EqualsAscii( SC_UNO_SRCHSIM )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
186 …else if (aString.EqualsAscii( SC_UNO_SRCHSIMREL )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
187 …else if (aString.EqualsAscii( SC_UNO_SRCHSTYLES )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
188 …else if (aString.EqualsAscii( SC_UNO_SRCHWORDS )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearch… in getPropertyValue()
H A Doptuno.cxx150 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsCalcAsShown() ); in getPropertyValue()
156 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsIgnoreCase() ); in getPropertyValue()
159 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsIter() ); in getPropertyValue()
168 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsLookUpColRowNames() ); in getPropertyValue()
171 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsMatchWholeCell() ); in getPropertyValue()
182 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsAutoSpell() ); in getPropertyValue()
188 ScUnoHelpFunctions::SetBoolInAny( aRet, rOptions.IsFormulaRegexEnabled() ); in getPropertyValue()
H A Ddatauno.cxx819 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
823 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bDoSort ); in getPropertyValue()
825 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bAscending ); in getPropertyValue()
827 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bPagebreak ); in getPropertyValue()
829 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bUserDef ); in getPropertyValue()
1480 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bHasHeader ); in getPropertyValue()
1484 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
1502 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bDestPers ); in getPropertyValue()
1506 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bRegExp ); in getPropertyValue()
2086 ScUnoHelpFunctions::SetBoolInAny( aRet, in getPropertyValue()
[all …]
H A Dappluno.cxx603 …if (aString.EqualsAscii( SC_UNONAME_DOAUTOCP )) ScUnoHelpFunctions::SetBoolInAny( aRet, aAppOpt.G… in getPropertyValue()
604 …else if (aString.EqualsAscii( SC_UNONAME_ENTERED )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpOp… in getPropertyValue()
605 …else if (aString.EqualsAscii( SC_UNONAME_EXPREF )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpOpt… in getPropertyValue()
606 …else if (aString.EqualsAscii( SC_UNONAME_EXTFMT )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpOpt… in getPropertyValue()
608 …else if (aString.EqualsAscii( SC_UNONAME_MARKHDR )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpOp… in getPropertyValue()
609 …else if (aString.EqualsAscii( SC_UNONAME_MOVESEL )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpOp… in getPropertyValue()
610 …else if (aString.EqualsAscii( SC_UNONAME_RANGEFIN )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInpO… in getPropertyValue()
611 …else if (aString.EqualsAscii( SC_UNONAME_USETABCOL )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInp… in getPropertyValue()
612 …else if (aString.EqualsAscii( SC_UNONAME_PRMETRICS )) ScUnoHelpFunctions::SetBoolInAny( aRet, aInp… in getPropertyValue()
650 ScUnoHelpFunctions::SetBoolInAny( aRet, pScMod->GetPrintOptions().GetAllSheets() ); in getPropertyValue()
[all …]
H A Dviewuno.cxx2020 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_HEADER ) ); in getPropertyValue()
2022 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_HSCROLL ) ); in getPropertyValue()
2024 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_OUTLINER ) ); in getPropertyValue()
2026 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue()
2027 …else if ( aString.EqualsAscii( SC_UNO_SHOWANCHOR ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.… in getPropertyValue()
2028 …else if ( aString.EqualsAscii( SC_UNO_SHOWFORM ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.G… in getPropertyValue()
2029 …else if ( aString.EqualsAscii( SC_UNO_SHOWGRID ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.G… in getPropertyValue()
2031 …else if ( aString.EqualsAscii( SC_UNO_SHOWNOTES ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.… in getPropertyValue()
2033 …else if ( aString.EqualsAscii( SC_UNO_SHOWZERO ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.G… in getPropertyValue()
2036 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_SYNTAX ) ); in getPropertyValue()
[all …]
H A Ddocuno.cxx1892 ScUnoHelpFunctions::SetBoolInAny( aRet, bOpenInDesign ); in getPropertyValue()
1899 ScUnoHelpFunctions::SetBoolInAny( aRet, bAutoControlFocus ); in getPropertyValue()
3108 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3113 ScUnoHelpFunctions::SetBoolInAny( aAny, bOpt ); in getPropertyValue()
3118 ScUnoHelpFunctions::SetBoolInAny( aAny, nBreak ); in getPropertyValue()
3123 ScUnoHelpFunctions::SetBoolInAny( aAny, (nBreak & BREAK_MANUAL) ); in getPropertyValue()
3376 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3381 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3386 ScUnoHelpFunctions::SetBoolInAny( aAny, bOpt ); in getPropertyValue()
3391 ScUnoHelpFunctions::SetBoolInAny( aAny, nBreak ); in getPropertyValue()
[all …]
H A Dfmtuno.cxx939 …if ( aString.EqualsAscii( SC_UNONAME_SHOWINP ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, bShowI… in getPropertyValue()
940 …else if ( aString.EqualsAscii( SC_UNONAME_SHOWERR ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, bSh… in getPropertyValue()
941 …else if ( aString.EqualsAscii( SC_UNONAME_IGNOREBL ) ) ScUnoHelpFunctions::SetBoolInAny( aRet, bIg… in getPropertyValue()
H A Dcellsuno.cxx2035 ScUnoHelpFunctions::SetBoolInAny( aAny, sal_False ); in getPropertyDefault()
2434 ScUnoHelpFunctions::SetBoolInAny( rAny, bChartColAsHdr ); in GetOnePropertyValue()
2437 ScUnoHelpFunctions::SetBoolInAny( rAny, bChartRowAsHdr ); in GetOnePropertyValue()
8599 ScUnoHelpFunctions::SetBoolInAny( rAny, bVis ); in GetOnePropertyValue()
8993 ScUnoHelpFunctions::SetBoolInAny( rAny, !bHidden ); in GetOnePropertyValue()
8999 ScUnoHelpFunctions::SetBoolInAny( rAny, bOpt ); in GetOnePropertyValue()
9004 ScUnoHelpFunctions::SetBoolInAny( rAny, nBreak ); in GetOnePropertyValue()
9154 ScUnoHelpFunctions::SetBoolInAny( rAny, bVis ); in GetOnePropertyValue()
9159 ScUnoHelpFunctions::SetBoolInAny( rAny, bOpt ); in GetOnePropertyValue()
9164 ScUnoHelpFunctions::SetBoolInAny( rAny, nBreak ); in GetOnePropertyValue()
[all …]
H A Dmiscuno.cxx194 void ScUnoHelpFunctions::SetBoolInAny( uno::Any& rAny, sal_Bool bValue ) in SetBoolInAny() function in ScUnoHelpFunctions
H A Dstyleuno.cxx731 ScUnoHelpFunctions::SetBoolInAny( pArray[0].Value, sal_True ); in getStyleLoaderOptions()
734 ScUnoHelpFunctions::SetBoolInAny( pArray[1].Value, sal_True ); in getStyleLoaderOptions()
737 ScUnoHelpFunctions::SetBoolInAny( pArray[2].Value, sal_True ); in getStyleLoaderOptions()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2747 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_PAGE_BREAK_PREVIEW].Value, bPagebreak); in WriteUserDataSequence()
2752 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWZERO].Value, pOptions->GetOption( VOPT_NULLVALS… in WriteUserDataSequence()
2754 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWNOTES].Value, pOptions->GetOption( VOPT_NOTES )… in WriteUserDataSequence()
2756 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWGRID].Value, pOptions->GetOption( VOPT_GRID ) ); in WriteUserDataSequence()
2762 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWPAGEBR].Value, pOptions->GetOption( VOPT_PAGEBR… in WriteUserDataSequence()
2764 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_COLROWHDR].Value, pOptions->GetOption( VOPT_HEADER … in WriteUserDataSequence()
2766 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHEETTABS].Value, pOptions->GetOption( VOPT_TABCONT… in WriteUserDataSequence()
2768 …ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_OUTLSYMB].Value, pOptions->GetOption( VOPT_OUTLINER… in WriteUserDataSequence()
2774 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SNAPTORASTER].Value, aGridOpt.GetUseGridSnap() ); in WriteUserDataSequence()
2776 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERVIS].Value, aGridOpt.GetGridVisible() ); in WriteUserDataSequence()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx185 ScUnoHelpFunctions::SetBoolInAny( pProperties[0], bMergeDelimiters ); in save_Separators()
186 ScUnoHelpFunctions::SetBoolInAny( pProperties[3], bFixedWidth ); in save_Separators()
/trunk/main/sc/inc/
H A Dmiscuno.hxx289 static void SetBoolInAny( com::sun::star::uno::Any& rAny, sal_Bool bValue );
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx400 ScUnoHelpFunctions::SetBoolInAny( *pAny, rbValue ); in WriteValue()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx241 ScUnoHelpFunctions::SetBoolInAny( rValue, in GetProperties()

Completed in 236 milliseconds