/aoo42x/main/oox/source/xls/ |
H A D | formulaparser.cxx | 1859 return bRow ? in lclIsValidNlrStack() 1866 return bRow ? in lclIsValidNlrRange() 2548 return pushBiffNlrAddr( aNlr, bRow ); in importNlrAddrToken() 2565 …return readNlrSAddrAddData( aNlr, rStrm, bRow ) ? pushBiffNlrSAddr( aNlr, bRow ) : pushBiffErrorOp… in importNlrSAddrToken() 2574 bool bRow; in importNlrSRangeToken() local 2575 …return readNlrSRangeAddData( aNlr, bRow, rStrm ) ? pushBiffNlrSRange( aNlr, aRange, bRow ) : pushB… in importNlrSRangeToken() 2697 aRef.mbColRel = !bRow; in pushBiffNlrAddr() 2698 aRef.mbRowRel = bRow; in pushBiffNlrAddr() 2704 bool bRow = rNlr.mnRow == rRange.maFirst.mnRow; in pushBiffNlrRange() local 2716 return pushBiffNlrSRange( rNlr, aRange, bRow ); in pushBiffNlrSAddr() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 142 sal_Bool SwCrsrShell::_SelTblRowOrCol( bool bRow, bool bRowSimple ) in _SelTblRowOrCol() argument 160 …SwTblSearchType eType = bRow ? nsSwTblSearchType::TBLSEARCH_ROW : nsSwTblSearchType::TBLSEARCH_COL; in _SelTblRowOrCol() 180 SwTable::SearchType eSearchType = bRow ? SwTable::SEARCH_ROW : SwTable::SEARCH_COL; in _SelTblRowOrCol() 195 if ( bRow ) in _SelTblRowOrCol() 211 const bool bSelectUp = ( bVert && !bRow ) || in _SelTblRowOrCol() 228 …pStt = aCells[ bVert ? (bRow ? 0 : 3) : (bRow ? 2 : 1) ]->GetTabBox(); // will become point of ta… in _SelTblRowOrCol() 229 …pEnd = aCells[ bVert ? (bRow ? 3 : 0) : (bRow ? 1 : 2) ]->GetTabBox(); // will become mark of tab… in _SelTblRowOrCol() 253 if ( !bRow ) in _SelTblRowOrCol()
|
/aoo42x/main/sc/source/core/data/ |
H A D | cell2.cxx | 219 bool& bCol, bool& bRow, bool& bTab) in lcl_checkRangeDimensions() argument 230 bRow = !bSameRows; in lcl_checkRangeDimensions() 245 bool& bCol, bool& bRow, bool& bTab) in lcl_checkRangeDimensions() argument 253 bOk = lcl_checkRangeDimensions(aRef, aRefCur, bCol, bRow, bTab); in lcl_checkRangeDimensions() 262 bOk = bOk && (bCol == bColTmp && bRow == bRowTmp && bTab == bTabTmp); in lcl_checkRangeDimensions() 269 bRow = bRow; in lcl_checkRangeDimensions() 347 bool bRow(false); in lcl_refListFormsOneRange() local 350 bCell, bRow, bTab)) in lcl_refListFormsOneRange() 357 else if (bRow) in lcl_refListFormsOneRange()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dlgsize.cxx | 50 DlgSize::DlgSize( Window* pParent, sal_Int32 nVal, sal_Bool bRow, sal_Int32 _nAlternativeStandard ) in DBG_NAME() 51 :ModalDialog( pParent, ModuleRes(bRow ? DLG_ROWHEIGHT : DLG_COLWIDTH)) in DBG_NAME() 53 ,m_nStandard(bRow ? DEF_ROW_HEIGHT : DEF_COL_WIDTH) in DBG_NAME()
|
H A D | dlgattr.cxx | 80 …ent, const SfxItemSet* pCellAttrs, SvNumberFormatter* pFormatter, sal_uInt16 nFlags, sal_Bool bRow) in DBG_NAME() 88 if (bRow) in DBG_NAME()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.cxx | 468 const sal_Int32 i, const sal_Bool bRow, sal_Bool& bIsAutoStyle) in GetStyleNameIndex() argument 470 if (bRow) in GetStyleNameIndex() 481 const sal_Bool bRow) in FillDefaultStyles() argument 489 if (bRow) in FillDefaultStyles() 508 if (bRow) in FillDefaultStyles() 528 bRow, bPrevAutoStyle); in FillDefaultStyles() 536 bRow, bIsAutoStyle); in FillDefaultStyles() 541 bRow, bPrevAutoStyle); in FillDefaultStyles()
|
H A D | XMLStylesExportHelper.hxx | 124 const sal_Int32 i, const sal_Bool bRow, sal_Bool& bIsAutoStyle); 128 const sal_Bool bRow);
|
H A D | XMLTrackedChangesContext.cxx | 703 sal_Bool bRow(sal_False); in ScXMLBigRangeContext() local 733 bRow = sal_True; in ScXMLBigRangeContext() 756 if (bRow) in ScXMLBigRangeContext()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 414 sal_Bool bRow = sal_False; in GetAutoSumArea() local 424 bRow = sal_True; in GetAutoSumArea() 434 bRow = sal_True; in GetAutoSumArea() 438 if ( bCol || bRow ) in GetAutoSumArea() 440 if ( bRow ) in GetAutoSumArea() 461 if ( bRow ) in GetAutoSumArea() 478 if ( bRow ) in GetAutoSumArea() 574 if ( bRow && !bEndRowEmpty ) in AutoSum() 594 bRow = false; in AutoSum() 624 if ( !bRow && !bCol ) in AutoSum() [all …]
|
H A D | cellsh.cxx | 851 sal_Bool bCol, bRow; in GetState() local 852 pTabViewShell->TestRemoveOutline( bCol, bRow ); in GetState() 853 if ( !bCol && !bRow ) in GetState()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 2032 bool bRow = false; in WhichMouseTabCol() local 2037 SwCellFrm* pFrm = (SwCellFrm*)GetBox( rPt, &bRow, 0 ); in WhichMouseTabCol() 2042 pFrm = (SwCellFrm*)GetBox( rPt, &bRow, &bCol ); in WhichMouseTabCol() 2060 nRet = bRow ? SW_TABCOL_VERT : SW_TABROW_VERT; in WhichMouseTabCol() 2062 nRet = bRow ? SW_TABROW_HORI : SW_TABCOL_HORI; in WhichMouseTabCol() 2069 if ( bRow && bCol ) in WhichMouseTabCol() 2073 else if ( bRow ) in WhichMouseTabCol() 2084 if ( bRow && bCol ) in WhichMouseTabCol() 2090 else if ( bRow ) in WhichMouseTabCol()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | corodlg.hxx | 47 sal_Bool bRow = sal_False ) in ScColRowLabelDlg() argument 58 aBtnRow.Check( bRow ); in ScColRowLabelDlg()
|
/aoo42x/main/sc/inc/ |
H A D | chartarr.hxx | 94 void SetHeaders(sal_Bool bCol, sal_Bool bRow) { aPositioner.SetHeaders(bCol, bRow); } in SetHeaders() argument
|
H A D | chartpos.hxx | 142 void SetHeaders(sal_Bool bCol, sal_Bool bRow) { bColHeaders=bCol; bRowHeaders=bRow; } in SetHeaders() argument
|
H A D | scabstdlg.hxx | 324 sal_Bool bRow = sal_False) = 0;
|
H A D | dptabres.hxx | 283 sal_Bool bRow, sal_Bool bInitChild = sal_True , sal_Bool bAllChildren = sal_False);
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | dlgattr.hxx | 54 …nst SfxItemSet*, SvNumberFormatter*, sal_uInt16 nFlags = TP_ATTR_CHAR , sal_Bool bRow = sal_False);
|
H A D | dlgsize.hxx | 64 DlgSize( Window * pParent, sal_Int32 nVal, sal_Bool bRow, sal_Int32 _nAlternativeStandard = -1 );
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 222 sal_Bool bRow = ( &aEdRepeatRow == pRefInputEdit ); in SetReference() local 223 lcl_GetRepeatRangeString(&rRef, pDoc, bRow, aStr); in SetReference()
|
/aoo42x/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 712 sal_Bool bRow) in CreateScColRowLabelDlg() argument 718 pDlg = new ScColRowLabelDlg( pParent, bCol,bRow ); in CreateScColRowLabelDlg()
|
H A D | scdlgfact.hxx | 406 sal_Bool bRow = sal_False);
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 609 void lcl_GetTblSeparators(uno::Any& rRet, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow) in lcl_GetTblSeparators() argument 617 pTable->GetTabCols( aCols, pBox, sal_False, bRow ); in lcl_GetTblSeparators() 627 if(!bRow && !pArray[i].IsVisible) in lcl_GetTblSeparators() 638 void lcl_SetTblSeparators(const uno::Any& rVal, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow, S… in lcl_SetTblSeparators() argument 647 pTable->GetTabCols( aOldCols, pBox, sal_False, bRow ); in lcl_SetTblSeparators() 666 (!bRow && aCols.IsHidden(i)) || in lcl_SetTblSeparators() 677 pDoc->SetTabCols(*pTable, aCols, aOldCols, pBox, bRow ); in lcl_SetTblSeparators()
|
/aoo42x/main/svx/source/table/ |
H A D | accessibletableshape.cxx | 1083 AccessibleTableHeaderShape::AccessibleTableHeaderShape( AccessibleTableShape* pTable, sal_Bool bRow… in AccessibleTableHeaderShape() argument 1086 mbRow = bRow; in AccessibleTableHeaderShape()
|
/aoo42x/main/svx/inc/svx/ |
H A D | AccessibleTableShape.hxx | 178 AccessibleTableHeaderShape( AccessibleTableShape* pTable, sal_Bool bRow );
|
/aoo42x/main/sw/inc/ |
H A D | crsrsh.hxx | 310 sal_Bool _SelTblRowOrCol( bool bRow, bool bRowSimple = false );
|