Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Daddruno.cxx47 nRefSheet( 0 ), in ScAddressConversionObj()
81 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
95 aRange.aStart.SetTab( static_cast<SCTAB>(nRefSheet) ); in ParseUIString()
177 nRefSheet = nIntVal; in setPropertyValue()
254 aRet <<= nRefSheet; in getPropertyValue()
261 if ( aRange.aStart.Tab() != nRefSheet ) in getPropertyValue()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx221 const OUString& rAddressString, sal_Int32 nRefSheet, bool bRange ) in lclPrepareConverter() argument
235 rConverter.setProperty( PROP_ReferenceSheet, nRefSheet ); in lclPrepareConverter()
318 const OUString& rCtrlSource, const OUString& rRowSource, sal_Int32 nRefSheet ) const in bindToSources()
330 lclPrepareConverter( maAddressConverter, mxDocModel, rCtrlSource, nRefSheet, false ); in bindToSources()
362 lclPrepareConverter( maRangeConverter, mxDocModel, rRowSource, nRefSheet, true ); in bindToSources()
/trunk/main/sc/inc/
H A Daddruno.hxx43 sal_Int32 nRefSheet; member in ScAddressConversionObj
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx244 sal_Int32 nRefSheet = 0 ) const;

Completed in 34 milliseconds