Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx74 bool lcl_CheckRepeatString( const String& rStr, ScDocument* pDoc, bool bIsRow, ScRange* pRange );
75 void lcl_GetRepeatRangeString( const ScRange* pRange, ScDocument* pDoc, bool bIsRow, String& rSt…
700 bool lcl_CheckOne_OOO( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_OOO() argument
709 sal_Bool bStrOk = ( nLen > 0 ) && ( bIsRow ? ( nLen < 6 ) : ( nLen < 4 ) ); in lcl_CheckOne_OOO()
716 if ( bIsRow ) in lcl_CheckOne_OOO()
742 bool lcl_CheckOne_XL_A1( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_XL_A1() argument
745 return lcl_CheckOne_OOO(rStr, bIsRow, rVal); in lcl_CheckOne_XL_A1()
748 bool lcl_CheckOne_XL_R1C1( const String& rStr, bool bIsRow, SCCOLROW& rVal ) in lcl_CheckOne_XL_R1C1() argument
755 const sal_Unicode preUpper = bIsRow ? 'R' : 'C'; in lcl_CheckOne_XL_R1C1()
756 const sal_Unicode preLower = bIsRow ? 'r' : 'c'; in lcl_CheckOne_XL_R1C1()
[all …]
/AOO41X/main/sc/source/core/data/
H A Ddptabsrc.cxx665 void ScDPSource::FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &rHasAutoShow) in FillCalcInfo() argument
667 long* nDims = bIsRow ? nRowDims : nColDims; in FillCalcInfo()
668 long nDimCount = bIsRow ? nRowDimCount : nColDimCount; in FillCalcInfo()
690 pLevel->SetEnableLayout( bIsRow ); in FillCalcInfo()
695 if (bIsRow) in FillCalcInfo()
/AOO41X/main/oox/source/xls/
H A Dformulaparser.cxx2630 bool bIsRow; in readNlrSAddrAddData() local
2631 return readNlrSRangeAddData( orNlr, bIsRow, rStrm ) && (bIsRow == bRow); in readNlrSAddrAddData()
/AOO41X/main/sc/inc/
H A Ddptabsrc.hxx149 …void FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &bHasAutoSh…