Home
last modified time | relevance | path

Searched refs:BinRange (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx106 struct BinRange struct
111 inline explicit BinRange() {} in BinRange() argument
140 inline bool operator==( const BinRange& rL, const BinRange& rR ) in operator ==()
145 inline bool operator<( const BinRange& rL, const BinRange& rR ) in operator <()
150 inline SequenceInputStream& operator>>( SequenceInputStream& rStrm, BinRange& orRange ) in operator >>()
156 inline BiffInputStream& operator>>( BiffInputStream& rStrm, BinRange& orRange ) in operator >>()
162 inline BiffOutputStream& operator<<( BiffOutputStream& rStrm, const BinRange& rRange ) in operator <<()
171 class BinRangeList : public ::std::vector< BinRange >
176 BinRange getEnclosingRange() const;
546 const BinRange& rBinRange,
[all …]
H A Dworksheethelper.hxx51 struct BinRange;
H A Dformulabase.hxx684 const BinRange& rRange,
/trunk/main/oox/source/xls/
H A Daddressconverter.cxx146 bool BinRange::contains( const BinAddress& rAddr ) const in contains()
152 void BinRange::read( SequenceInputStream& rStrm ) in read()
157 void BinRange::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read()
165 void BinRange::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write()
179 BinRange BinRangeList::getEnclosingRange() const in getEnclosingRange()
181 BinRange aRange; in getEnclosingRange()
685 const BinRange& rBinRange, sal_Int16 nSheet ) in convertToCellRangeUnchecked()
695 const BinRange& rBinRange, sal_Int16 nSheet, bool bAllowOverflow, bool bTrackOverflow ) in convertToCellRange()
H A Dworksheetfragment.cxx606 BinRange aBinRange; in importDimension()
661 BinRange aBinRange; in importMergeCell()
670 BinRange aBinRange; in importHyperlink()
1076 BinRange aBinRange; in importDimension()
1096 BinRange aBiffRange; in importHyperlink()
H A Dcommentsbuffer.cxx83 BinRange aBinRange; in importComment()
94 …getAddressConverter().convertToCellRangeUnchecked( maModel.maRange, BinRange( aBinAddr ), getSheet… in importNote()
H A Dformulaparser.cxx1864 bool lclIsValidNlrRange( const BiffNlr& rNlr, const BinRange& rRange, bool bRow ) in lclIsValidNlrRange()
1942 bool pushBiffNlrRange( const BiffNlr& rNlr, const BinRange& rRange );
1944 bool pushBiffNlrSRange( const BiffNlr& rNlr, const BinRange& rRange, bool bRow );
2556 BinRange aRange; in importNlrRangeToken()
2571 BinRange aRange; in importNlrSRangeToken()
2702 bool BiffFormulaParserImpl::pushBiffNlrRange( const BiffNlr& rNlr, const BinRange& rRange ) in pushBiffNlrRange()
2711 BinRange aRange; in pushBiffNlrSAddr()
2719 bool BiffFormulaParserImpl::pushBiffNlrSRange( const BiffNlr& rNlr, const BinRange& rRange, bool bR… in pushBiffNlrSRange()
H A Dtablebuffer.cxx75 BinRange aBinRange; in importTable()
H A Dviewsettings.cxx661 BinRange aBinRange; in importOleSize()
705 BinRange aBinRange; in importOleSize()
H A Dsheetdatacontext.cxx457 BinRange aRange; in readFormulaRef()
809 BinRange aRange; in readFormulaRef()
H A Dpivotcachebuffer.cxx1130 BinRange aBinRange; in importPCDSheetSource()
1320 BinRange aBinRange; in importDConRef()
H A Dpivottablebuffer.cxx1196 BinRange aBinRange; in importPTLocation()
1240 BinRange aBinRange; in importPTDefinition()
H A Dautofilterbuffer.cxx655 BinRange aBinRange; in importAutoFilter()
H A Dformulabase.cxx1463 return generateRange2dString( BinRange( rRange ), bAbsolute ); in generateRange2dString()
1466 OUString FormulaProcessorBase::generateRange2dString( const BinRange& rRange, bool bAbsolute ) in generateRange2dString()

Completed in 119 milliseconds