Searched refs:bRelR (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 524 …ect::createTokenAddress( sal_Int32 nCol, sal_Int32 nRow, bool bRelC, bool bRelR, bool bNameMode ) … in createTokenAddress() argument 531 if( bRelR && bNameMode && (nRow >= mnRowCount / 2) ) aPos.mnRow -= mnRowCount; in createTokenAddress() 532 aPos.mbRelRow = bRelR; in createTokenAddress() 599 bool bRelR = false; in dumpTokenAddress() local 601 sal_Int32 nCol = dumpTokenCol( "col", bRelC, bRelR ); in dumpTokenAddress() 602 return createTokenAddress( nCol, nRow, bRelC, bRelR, bNameMode ); in dumpTokenAddress()
|
H A D | biffdumper.cxx | 986 …t::createTokenAddress( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelC, bool bRelR, bool bNameMode ) … in createTokenAddress() argument 993 if( bRelR && bNameMode && (nRow >= mnRowCount / 2) ) aPos.mnRow -= mnRowCount; in createTokenAddress() 994 aPos.mbRelRow = bRelR; in createTokenAddress() 1082 bool bRelR = false; in dumpTokenAddress() local 1083 sal_uInt16 nRow = dumpTokenRow( "row", bRelC, bRelR ); in dumpTokenAddress() 1084 sal_uInt16 nCol = dumpTokenCol( "col", bRelC, bRelR ); in dumpTokenAddress() 1085 return createTokenAddress( nCol, nRow, bRelC, bRelR, bNameMode ); in dumpTokenAddress()
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | xlsbdumper.hxx | 119 …TokenAddress createTokenAddress( sal_Int32 nCol, sal_Int32 nRow, bool bRelC, bool bRelR, bo…
|
H A D | biffdumper.hxx | 308 … createTokenAddress( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelC, bool bRelR, bool bNameMode ) …
|
Completed in 46 milliseconds