Home
last modified time | relevance | path

Searched refs:ScUnoHelpFunctions (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx589 aGrid.SetEqualGrid( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
613 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()
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.cxx179 SetEnterEdit( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
188 SetExpandRefs( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
194 SetUseTabCol( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
223 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()
[all …]
H A Ddocoptio.cxx280 SetIter( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
302 SetIgnoreCase( !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
305 SetCalcAsShown( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
308 SetMatchWholeCell( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
311 SetLookUpColRowNames( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
364 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()
[all …]
H A Dappoptio.cxx427 SetSynchronizeZoom( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg()
453 SetAutoComplete( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg()
456 SetDetectiveAuto( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg()
563 … SetShowSharedDocumentWarning( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg()
595 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.cxx166 SetSkipEmpty( !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScPrintCfg()
169 SetAllSheets( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScPrintCfg()
190 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], !GetSkipEmpty() ); in Commit()
193 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetAllSheets() ); in Commit()
/trunk/main/sc/source/ui/unoobj/
H A Dconfuno.cxx179 pDoc->SetAutoCalc( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
242 sal_Int16 nUno = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue()
248 pDoc->SetAsianKerning( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
295 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
353 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NOTES ) ); in getPropertyValue()
355 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_GRID ) ); 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.cxx159 …if (aString.EqualsAscii( SC_UNO_SRCHBACK )) pSearchItem->SetBackward( ScUnoHelpFunctions::GetB… in setPropertyValue()
161 …else if (aString.EqualsAscii( SC_UNO_SRCHCASE )) pSearchItem->SetExact( ScUnoHelpFunctions::GetB… in setPropertyValue()
162 …else if (aString.EqualsAscii( SC_UNO_SRCHREGEXP )) pSearchItem->SetRegExp( ScUnoHelpFunctions::Get… in setPropertyValue()
165 …else if (aString.EqualsAscii( SC_UNO_SRCHSTYLES )) pSearchItem->SetPattern( ScUnoHelpFunctions::Ge… in setPropertyValue()
181 …if (aString.EqualsAscii( SC_UNO_SRCHBACK )) ScUnoHelpFunctions::SetBoolInAny( aRet, pSearchIte… 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()
[all …]
H A Doptuno.cxx77 rOptions.SetCalcAsShown( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
87 rOptions.SetIgnoreCase( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
90 rOptions.SetIter( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
110 rOptions.SetMatchWholeCell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
120 rOptions.SetAutoSpell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
150 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()
[all …]
H A Dappluno.cxx459 aAppOpt.SetAutoComplete( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
464 aInpOpt.SetEnterEdit( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
469 aInpOpt.SetExpandRefs( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
484 aInpOpt.SetMarkHeader( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
494 aInpOpt.SetRangeFinder( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
499 aInpOpt.SetUseTabCol( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
504 aInpOpt.SetTextWysiwyg( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
519 aInpOpt.SetMoveDir( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
524 short nVal = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue()
545 aAppOpt.SetStatusFunc( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
[all …]
H A Ddatauno.cxx281 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillImportParam()
398 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillSortParam()
819 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
823 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bDoSort ); in getPropertyValue()
829 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bUserDef ); in getPropertyValue()
1445 ScUnoHelpFunctions::GetEnumFromAny( aValue ); in setPropertyValue()
1484 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bCaseSens ); in getPropertyValue()
1506 ScUnoHelpFunctions::SetBoolInAny( aRet, aParam.bRegExp ); in getPropertyValue()
2015 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in setPropertyValue()
2086 ScUnoHelpFunctions::SetBoolInAny( aRet, in getPropertyValue()
[all …]
H A Dmiscuno.cxx51 uno::Reference<uno::XInterface> ScUnoHelpFunctions::AnyToInterface( const uno::Any& rAny ) in AnyToInterface()
61 sal_Bool ScUnoHelpFunctions::GetBoolProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetBoolProperty()
87 sal_Int32 ScUnoHelpFunctions::GetLongProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetLongProperty()
107 sal_Int32 ScUnoHelpFunctions::GetEnumProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetEnumProperty()
137 OUString ScUnoHelpFunctions::GetStringProperty( in GetStringProperty()
157 sal_Bool ScUnoHelpFunctions::GetBoolFromAny( const uno::Any& aAny ) in GetBoolFromAny()
165 sal_Int16 ScUnoHelpFunctions::GetInt16FromAny( const uno::Any& aAny ) in GetInt16FromAny()
174 sal_Int32 ScUnoHelpFunctions::GetInt32FromAny( const uno::Any& aAny ) in GetInt32FromAny()
183 sal_Int32 ScUnoHelpFunctions::GetEnumFromAny( const uno::Any& aAny ) in GetEnumFromAny()
194 void ScUnoHelpFunctions::SetBoolInAny( uno::Any& rAny, sal_Bool bValue ) in SetBoolInAny()
[all …]
H A Dviewuno.cxx1902 aNewOpt.SetOption( VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1914 aNewOpt.SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1918 aNewOpt.SetOption( VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
2020 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()
2036 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_SYNTAX ) ); in getPropertyValue()
2038 ScUnoHelpFunctions::SetBoolInAny( aRet, rOpt.GetOption( VOPT_VSCROLL ) ); in getPropertyValue()
2140 bCloseOnButtonUp = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in startRangeSelection()
[all …]
H A Ddocuno.cxx1892 ScUnoHelpFunctions::SetBoolInAny( aRet, bOpenInDesign ); in getPropertyValue()
1899 ScUnoHelpFunctions::SetBoolInAny( aRet, bAutoControlFocus ); in getPropertyValue()
3059 sal_Bool bVis = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3108 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3113 ScUnoHelpFunctions::SetBoolInAny( aAny, bOpt ); in getPropertyValue()
3118 ScUnoHelpFunctions::SetBoolInAny( aAny, nBreak ); in getPropertyValue()
3323 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in setPropertyValue()
3376 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3381 ScUnoHelpFunctions::SetBoolInAny( aAny, bVis ); in getPropertyValue()
3386 ScUnoHelpFunctions::SetBoolInAny( aAny, bOpt ); in getPropertyValue()
[all …]
H A Dfmtuno.cxx264 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in addNew()
825 …if ( aString.EqualsAscii( SC_UNONAME_SHOWINP ) ) bShowInput = ScUnoHelpFunctions::GetBoolFromAn… in setPropertyValue()
826 …else if ( aString.EqualsAscii( SC_UNONAME_SHOWERR ) ) bShowError = ScUnoHelpFunctions::GetBoolFro… in setPropertyValue()
827 …else if ( aString.EqualsAscii( SC_UNONAME_IGNOREBL ) ) bIgnoreBlank = ScUnoHelpFunctions::GetBoolF… in setPropertyValue()
856 ScUnoHelpFunctions::GetEnumFromAny( aValue ); in setPropertyValue()
876 ScUnoHelpFunctions::GetEnumFromAny( aValue ); in setPropertyValue()
939 …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 Dstyleuno.cxx710 bLoadReplace = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
712 bLoadCellStyles = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
714 bLoadPageStyles = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in loadStylesFromURL()
731 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()
H A Dchartuno.cxx522 … eDataRowSource = (chart::ChartDataRowSource)ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in GetData_Impl()
524 bHasCategories = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in GetData_Impl()
526 bFirstCellAsLabel = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in GetData_Impl()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx145 bFound = ScUnoHelpFunctions::GetBoolProperty( xDimProp, in lcl_GetDataGetOrientation()
149 nRet = ScUnoHelpFunctions::GetEnumProperty( in lcl_GetDataGetOrientation()
863 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in GetDimName()
868 sal_Bool bData = ScUnoHelpFunctions::GetBoolProperty( xDimProp, in GetDimName()
968 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in FillPageList()
1348 sal_Int32 nOrient = ScUnoHelpFunctions::GetEnumProperty( in ParseFilters()
1614 bShowDetails = ScUnoHelpFunctions::GetBoolProperty( xMbrProp, in ToggleDetails()
1662 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( xDimProp, in lcl_FirstSubTotal()
1738 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_FillOldFields()
1740 long nDimOrient = ScUnoHelpFunctions::GetEnumProperty( in lcl_FillOldFields()
[all …]
H A Ddpoutput.cxx205 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_FillNumberFormats()
217 long nFormat = ScUnoHelpFunctions::GetLongProperty( in lcl_FillNumberFormats()
283 long nFormat = ScUnoHelpFunctions::GetLongProperty( in lcl_GetFirstNumberFormat()
392 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in ScDPOutput()
401 long nDimPos = ScUnoHelpFunctions::GetLongProperty( xDimProp, in ScDPOutput()
403 sal_Bool bIsDataLayout = ScUnoHelpFunctions::GetBoolProperty( in ScDPOutput()
413 long nHierarchy = ScUnoHelpFunctions::GetLongProperty( in ScDPOutput()
420 ScUnoHelpFunctions::AnyToInterface( in ScDPOutput()
431 ScUnoHelpFunctions::AnyToInterface( in ScDPOutput()
1097 sal_Bool bColGrand = ScUnoHelpFunctions::GetBoolProperty( xSrcProp, in lcl_GetTableVars()
[all …]
H A Ddpsave.cxx188ScUnoHelpFunctions::SetOptionalPropertyValue(xMembProp, SC_UNO_LAYOUTNAME, *mpLayoutName); in WriteToSource()
191 ScUnoHelpFunctions::SetOptionalPropertyValue(xMembProp, DP_PROP_POSITION, nPosition); in WriteToSource()
601 ScUnoHelpFunctions::SetOptionalPropertyValue(xDimProp, DP_PROP_FILTER, aFilter); in WriteToSource()
603ScUnoHelpFunctions::SetOptionalPropertyValue(xDimProp, SC_UNO_LAYOUTNAME, *mpLayoutName); in WriteToSource()
644 …uno::Reference<uno::XInterface> xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex(n… in WriteToSource()
667ScUnoHelpFunctions::SetOptionalPropertyValue(xLevProp, SC_UNO_SORTING, *pSortInfo); in WriteToSource()
670ScUnoHelpFunctions::SetOptionalPropertyValue(xLevProp, SC_UNO_AUTOSHOW, *pAutoShowInfo); in WriteToSource()
673ScUnoHelpFunctions::SetOptionalPropertyValue(xLevProp, SC_UNO_LAYOUT, *pLayoutInfo); in WriteToSource()
698 uno::Reference<uno::XInterface> xMemberInt = ScUnoHelpFunctions::AnyToInterface( in WriteToSource()
714ScUnoHelpFunctions::SetOptionalPropertyValue(xDimProp, SC_UNO_HAS_HIDDEN_MEMBER, bHasHiddenMember); in WriteToSource()
[all …]
H A Ddocumen5.cxx94 … rDataRowSource = (chart::ChartDataRowSource)ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in lcl_GetChartParameters()
96 rHasCategories = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in lcl_GetChartParameters()
98 rFirstCellAsLabel = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in lcl_GetChartParameters()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2747 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_PAGE_BREAK_PREVIEW].Value, bPagebreak); in WriteUserDataSequence()
2776 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERVIS].Value, aGridOpt.GetGridVisible() ); in WriteUserDataSequence()
2786 ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_RASTERSYNC].Value, aGridOpt.GetSynchronize() ); in WriteUserDataSequence()
2875 bPageMode = ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ); in ReadUserDataSequence()
2877 pOptions->SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2879 pOptions->SetOption(VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2881 pOptions->SetOption(VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2898 pOptions->SetOption(VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2927 aGridOpt.SetUseGridSnap( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
2929 aGridOpt.SetGridVisible( ScUnoHelpFunctions::GetBoolFromAny( rSettings[i].Value ) ); in ReadUserDataSequence()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx139 bMergeDelimiters = ScUnoHelpFunctions::GetBoolFromAny( pProperties[0] ); in load_Separators()
142 bFixedWidth = ScUnoHelpFunctions::GetBoolFromAny( pProperties[3] ); in load_Separators()
185 ScUnoHelpFunctions::SetBoolInAny( pProperties[0], bMergeDelimiters ); in save_Separators()
186 ScUnoHelpFunctions::SetBoolInAny( pProperties[3], bFixedWidth ); in save_Separators()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx217 return GetAnyProperty( aAny, rPropName ) && ScUnoHelpFunctions::GetBoolFromAny( aAny ); in GetBoolProperty()
377 rbValue = ScUnoHelpFunctions::GetBoolFromAny( aAny ); in ReadValue()
400 ScUnoHelpFunctions::SetBoolInAny( *pAny, rbValue ); in WriteValue()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx241 ScUnoHelpFunctions::SetBoolInAny( rValue, in GetProperties()
304 if ( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ) in FillListBox()

Completed in 429 milliseconds

12