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.cxx445 … SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
448 … SetOption( VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
451 … SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
455 … SetOption( VOPT_SOLIDHANDLES, !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
458 … SetOption( VOPT_BIGHANDLES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
461 … SetOption( VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
464 … SetOption( VOPT_HSCROLL, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
467 … SetOption( VOPT_VSCROLL, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
470 … SetOption( VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
473 … SetOption( VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
[all …]
H A Dinputopt.cxx176 SetMoveSelection( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
179 SetEnterEdit( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
182 SetExtendFormat( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
185 SetRangeFinder( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
188 SetExpandRefs( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
191 SetMarkHeader( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
194 SetUseTabCol( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
197 SetTextWysiwyg( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
200 SetReplaceCellsWarn( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
223 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetMoveSelection() ); 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()
314 … SetFormulaRegexEnabled( 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()
[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.cxx149 … pDocShell->Stamp_SetPrintCancelState( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
153 aViewOpt.SetOption(VOPT_NULLVALS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
155 aViewOpt.SetOption(VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
157 aViewOpt.SetOption(VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
169 aViewOpt.SetOption(VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
171 … pDoc->SetLinkMode( static_cast<ScLkUpdMode> ( ScUnoHelpFunctions::GetInt16FromAny( aValue ) ) ); in setPropertyValue()
173 aViewOpt.SetOption(VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
175 aViewOpt.SetOption(VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
177 aViewOpt.SetOption(VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
179 pDoc->SetAutoCalc( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
[all …]
H A Dsrchuno.cxx159 …if (aString.EqualsAscii( SC_UNO_SRCHBACK )) pSearchItem->SetBackward( ScUnoHelpFunctions::G… in setPropertyValue()
160 …ng.EqualsAscii( SC_UNO_SRCHBYROW )) pSearchItem->SetRowDirection( ScUnoHelpFunctions::GetBoolFrom… 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()
163 …ing.EqualsAscii( SC_UNO_SRCHSIM )) pSearchItem->SetLevenshtein( ScUnoHelpFunctions::GetBoolFrom… in setPropertyValue()
164 …ring.EqualsAscii( SC_UNO_SRCHSIMREL )) pSearchItem->SetLEVRelaxed( ScUnoHelpFunctions::GetBoolFrom… in setPropertyValue()
165 …else if (aString.EqualsAscii( SC_UNO_SRCHSTYLES )) pSearchItem->SetPattern( ScUnoHelpFunctions::Ge… in setPropertyValue()
166 …else if (aString.EqualsAscii( SC_UNO_SRCHWORDS )) pSearchItem->SetWordOnly( ScUnoHelpFunctions::G… in setPropertyValue()
167 …tring.EqualsAscii( SC_UNO_SRCHSIMADD )) pSearchItem->SetLEVLonger( ScUnoHelpFunctions::GetInt16Fro… in setPropertyValue()
168 …else if (aString.EqualsAscii( SC_UNO_SRCHSIMEX )) pSearchItem->SetLEVOther( ScUnoHelpFunctions::G… in setPropertyValue()
[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()
107 rOptions.SetLookUpColRowNames( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
110 rOptions.SetMatchWholeCell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
120 rOptions.SetAutoSpell( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
130 rOptions.SetFormulaRegexEnabled( 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()
[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()
474 aInpOpt.SetExtendFormat( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
479 aAppOpt.SetLinkMode( (ScLkUpdMode) ScUnoHelpFunctions::GetInt16FromAny( aValue ) ); in setPropertyValue()
484 aInpOpt.SetMarkHeader( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
489 aInpOpt.SetMoveSelection( 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()
[all …]
H A Ddatauno.cxx247 ScUnoHelpFunctions::SetBoolInAny( pArray[3].Value, rParam.bNative ); in FillProperties()
261 rParam.bNative = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillImportParam()
281 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillImportParam()
358 ScUnoHelpFunctions::SetBoolInAny( pArray[1].Value, rParam.bHasHeader ); in FillProperties()
367 ScUnoHelpFunctions::SetBoolInAny( pArray[4].Value, rParam.bIncludePattern ); in FillProperties()
370 ScUnoHelpFunctions::SetBoolInAny( pArray[5].Value, !rParam.bInplace ); in FillProperties()
376 ScUnoHelpFunctions::SetBoolInAny( pArray[7].Value, rParam.bUserDef ); in FillProperties()
398 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in FillSortParam()
407 rParam.bHasHeader = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
474 rParam.bCaseSens = ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam()
[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()
1904 aNewOpt.SetOption( VOPT_HSCROLL, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1906 aNewOpt.SetOption( VOPT_OUTLINER, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1908 aNewOpt.SetOption( VOPT_TABCONTROLS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1910 aNewOpt.SetOption( VOPT_ANCHOR, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1912 aNewOpt.SetOption( VOPT_FORMULAS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1914 aNewOpt.SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1916 aNewOpt.SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1918 aNewOpt.SetOption( VOPT_NOTES, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1920 aNewOpt.SetOption( VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
[all …]
H A Ddocuno.cxx334 ScUnoHelpFunctions::SetBoolInAny( aPropertyValue.Value, ! bSuppress ); in SetDefaults()
1758 pModel->SetOpenInDesignMode( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1768 pModel->SetAutoControlFocus( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1776 pDocShell->SetEmpty( !ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1780 sal_Bool bUndoEnabled = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
1789 bool bAdjustHeightEnabled = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
1799 pDoc->EnableExecuteLink( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1803 pDoc->EnableChangeReadOnly( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1921 ScUnoHelpFunctions::SetBoolInAny( aRet, bOpenInDesign ); in getPropertyValue()
1928 ScUnoHelpFunctions::SetBoolInAny( aRet, bAutoControlFocus ); in getPropertyValue()
[all …]
H A Dfmtuno.cxx264 ScUnoHelpFunctions::GetEnumFromAny( rProp.Value ); in addNew()
825 …if ( aString.EqualsAscii( SC_UNONAME_SHOWINP ) ) bShowInput = ScUnoHelpFunctions::GetBoolFro… 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, bSh… 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()
2273 bChartColAsHdr = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in SetOnePropertyValue()
2276 bChartRowAsHdr = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in SetOnePropertyValue()
2434 ScUnoHelpFunctions::SetBoolInAny( rAny, bChartColAsHdr ); in GetOnePropertyValue()
2437 ScUnoHelpFunctions::SetBoolInAny( rAny, bChartRowAsHdr ); in GetOnePropertyValue()
8308 sal_Bool bVis = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in SetOnePropertyValue()
8314 pDoc->SetActiveScenario( nTab, ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in SetOnePropertyValue()
8348 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in SetOnePropertyValue()
8381 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in SetOnePropertyValue()
8414 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in SetOnePropertyValue()
[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.cxx141 ScUnoHelpFunctions::AnyToInterface( xIntDims->getByIndex(nIntDim) ); in lcl_GetDataGetOrientation()
145 bFound = ScUnoHelpFunctions::GetBoolProperty( xDimProp, in lcl_GetDataGetOrientation()
149 nRet = ScUnoHelpFunctions::GetEnumProperty( in lcl_GetDataGetOrientation()
689 …aMem.mbVisible = ScUnoHelpFunctions::GetBoolProperty(xMemProp, OUString::createFromAscii(SC_UN… in GetMembers()
690 …aMem.mbShowDetails = ScUnoHelpFunctions::GetBoolProperty(xMemProp, OUString::createFromAscii(SC_UN… in GetMembers()
692 aMem.maLayoutName = ScUnoHelpFunctions::GetStringProperty( in GetMembers()
842 OUString aLayoutName = ScUnoHelpFunctions::GetStringProperty( in IsDimNameInUse()
863 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in GetDimName()
868 sal_Bool bData = ScUnoHelpFunctions::GetBoolProperty( xDimProp, in GetDimName()
886 *pFlags = ScUnoHelpFunctions::GetLongProperty( xDimProp, in GetDimName()
[all …]
H A Ddpoutput.cxx205 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_FillNumberFormats()
211 (sheet::DataPilotFieldOrientation) ScUnoHelpFunctions::GetEnumProperty( in lcl_FillNumberFormats()
217 long nFormat = ScUnoHelpFunctions::GetLongProperty( in lcl_FillNumberFormats()
273 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in lcl_GetFirstNumberFormat()
278 (sheet::DataPilotFieldOrientation) ScUnoHelpFunctions::GetEnumProperty( in lcl_GetFirstNumberFormat()
283 long nFormat = ScUnoHelpFunctions::GetLongProperty( in lcl_GetFirstNumberFormat()
392 ScUnoHelpFunctions::AnyToInterface( xDims->getByIndex(nDim) ); in ScDPOutput()
398 (sheet::DataPilotFieldOrientation) ScUnoHelpFunctions::GetEnumProperty( in ScDPOutput()
401 long nDimPos = ScUnoHelpFunctions::GetLongProperty( xDimProp, in ScDPOutput()
403 sal_Bool bIsDataLayout = ScUnoHelpFunctions::GetBoolProperty( in ScDPOutput()
[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()
608ScUnoHelpFunctions::SetOptionalPropertyValue(xDimProp, SC_UNO_FIELD_SUBTOTALNAME, *pSubTotalName); in WriteToSource()
630 …uno::Reference<uno::XInterface> xHierarchy = ScUnoHelpFunctions::AnyToInterface( xHiers->getByInde… 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()
[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()
2752ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWZERO].Value, pOptions->GetOption( VOPT_NULLVALS… in WriteUserDataSequence()
2754ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWNOTES].Value, pOptions->GetOption( VOPT_NOTES )… in WriteUserDataSequence()
2756ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWGRID].Value, pOptions->GetOption( VOPT_GRID ) ); in WriteUserDataSequence()
2762ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHOWPAGEBR].Value, pOptions->GetOption( VOPT_PAGEBR… in WriteUserDataSequence()
2764ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_COLROWHDR].Value, pOptions->GetOption( VOPT_HEADER … in WriteUserDataSequence()
2766ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SHEETTABS].Value, pOptions->GetOption( VOPT_TABCONT… in WriteUserDataSequence()
2768ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_OUTLSYMB].Value, pOptions->GetOption( VOPT_OUTLINER… in WriteUserDataSequence()
2770ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_VALUE_HIGHLIGHTING].Value, pOptions->GetOption( VOP… in WriteUserDataSequence()
2774ScUnoHelpFunctions::SetBoolInAny( pSettings[SC_SNAPTORASTER].Value, aGridOpt.GetUseGridSnap() ); in WriteUserDataSequence()
[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()

12