Home
last modified time | relevance | path

Searched refs:nRefSheet (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Daddruno.cxx37 nRefSheet( 0 ), in ScAddressConversionObj()
72 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
86 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
165 nRefSheet = nIntVal; in setPropertyValue()
238 aRet <<= nRefSheet; in getPropertyValue()
245 if ( aRange.aStart.Tab() != nRefSheet ) in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Daddruno.cxx37 nRefSheet( 0 ), in ScAddressConversionObj()
72 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
86 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
165 nRefSheet = nIntVal; in setPropertyValue()
238 aRet <<= nRefSheet; in getPropertyValue()
245 if ( aRange.aStart.Tab() != nRefSheet ) in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Daddruno.hxx38 sal_Int32 nRefSheet; member in ScAddressConversionObj
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Daddruno.hxx39 sal_Int32 nRefSheet; member in ScAddressConversionObj
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Daxcontrol.cxx203 const OUString& rAddressString, sal_Int32 nRefSheet, bool bRange ) in lclPrepareConverter() argument
218 rConverter.setProperty( PROP_ReferenceSheet, nRefSheet ); in lclPrepareConverter()
328 const OUString& rCtrlSource, const OUString& rRowSource, sal_Int32 nRefSheet ) const in bindToSources()
340 lclPrepareConverter( maAddressConverter, mxDocModel, rCtrlSource, nRefSheet, false ); in bindToSources()
375 lclPrepareConverter( maRangeConverter, mxDocModel, rRowSource, nRefSheet, true ); in bindToSources()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Daxcontrol.cxx204 const OUString& rAddressString, sal_Int32 nRefSheet, bool bRange ) in lclPrepareConverter() argument
219 rConverter.setProperty( PROP_ReferenceSheet, nRefSheet ); in lclPrepareConverter()
329 const OUString& rCtrlSource, const OUString& rRowSource, sal_Int32 nRefSheet ) const in bindToSources()
341 lclPrepareConverter( maAddressConverter, mxDocModel, rCtrlSource, nRefSheet, false ); in bindToSources()
373 lclPrepareConverter( maRangeConverter, mxDocModel, rRowSource, nRefSheet, true ); in bindToSources()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ole/
H A Daxcontrol.hxx264 sal_Int32 nRefSheet = 0 ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ole/
H A Daxcontrol.hxx265 sal_Int32 nRefSheet = 0 ) const;