| /AOO42X/main/svx/source/sidebar/graphic/ |
| H A D | GraphicPropertyPanel.cxx | 92 maLayouter.GetCell(0,0).SetControl(*mpFtBrightness).SetGridWidth(2); in GraphicPropertyPanel() 93 maLayouter.GetCell(1,0).SetControl(*mpMtrBrightness).SetGridWidth(2); in GraphicPropertyPanel() 95 maLayouter.GetCell(0,3).SetControl(*mpFtContrast).SetGridWidth(2); in GraphicPropertyPanel() 96 maLayouter.GetCell(1,3).SetControl(*mpMtrContrast).SetGridWidth(2); in GraphicPropertyPanel() 98 maLayouter.GetCell(2,0).SetControl(*mpFtColorMode).SetGridWidth(2); in GraphicPropertyPanel() 99 maLayouter.GetCell(3,0).SetControl(*mpLBColorMode).SetGridWidth(2); in GraphicPropertyPanel() 101 maLayouter.GetCell(2,3).SetControl(*mpFtTrans).SetGridWidth(2); in GraphicPropertyPanel() 102 maLayouter.GetCell(3,3).SetControl(*mpMtrTrans).SetGridWidth(2); in GraphicPropertyPanel() 104 maLayouter.GetCell(4,0).SetControl(maImgRed).SetFixedWidth(); in GraphicPropertyPanel() 105 maLayouter.GetCell(4,1).SetControl(*mpMtrRed); in GraphicPropertyPanel() [all …]
|
| /AOO42X/main/sw/source/filter/xml/ |
| H A D | xmltbli.cxx | 302 inline SwXMLTableCell_Impl *GetCell( sal_uInt32 nCol ) const; 341 inline SwXMLTableCell_Impl *SwXMLTableRow_Impl::GetCell( sal_uInt32 nCol ) const in GetCell() function in SwXMLTableRow_Impl 1276 SwXMLTableCell_Impl *SwXMLTableContext::GetCell( sal_uInt32 nRow, in SV_IMPL_PTRARR() 1279 return (*pRows)[(sal_uInt16)nRow]->GetCell( (sal_uInt16)nCol ); in SV_IMPL_PTRARR() 1621 if( pCurRow->GetCell(i)->IsUsed() ) in InsertCell() 1679 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell() 1688 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell() 1725 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertRow() 1741 if( !GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertRepRows() 1744 GetCell( nCurRow-1, nCurCol ); in InsertRepRows() [all …]
|
| /AOO42X/main/svx/source/sidebar/line/ |
| H A D | LinePropertyPanel.cxx | 246 maLayouter.GetCell(0,0).SetControl(*mpFTWidth); in LinePropertyPanel() 247 maLayouter.GetCell(1,0).SetControl(*mpTBWidthBackground).SetFixedWidth(); in LinePropertyPanel() 249 maLayouter.GetCell(0,2).SetControl(*mpFTColor); in LinePropertyPanel() 250 maLayouter.GetCell(1,2).SetControl(*mpTBColorBackground).SetFixedWidth(); in LinePropertyPanel() 252 maLayouter.GetCell(2,0).SetControl(*mpFTStyle); in LinePropertyPanel() 253 maLayouter.GetCell(3,0).SetControl(*mpLBStyle); in LinePropertyPanel() 255 maLayouter.GetCell(2,2).SetControl(*mpFTTrancparency); in LinePropertyPanel() 256 maLayouter.GetCell(3,2).SetControl(*mpMFTransparent); in LinePropertyPanel() 258 maLayouter.GetCell(4,0).SetControl(*mpFTArrow).SetGridWidth(3); in LinePropertyPanel() 259 maLayouter.GetCell(5,0).SetControl(*mpLBStart); in LinePropertyPanel() [all …]
|
| /AOO42X/main/svx/source/dialog/ |
| H A D | framelinkarray.cxx | 140 const Cell& ArrayImpl::GetCell( size_t nCol, size_t nRow ) const in GetCell() function in svx::frame::ArrayImpl 154 while( (nFirstCol > 0) && GetCell( nFirstCol, nRow ).mbOverlapX ) --nFirstCol; in GetMergedFirstCol() 161 while( (nFirstRow > 0) && GetCell( nCol, nFirstRow ).mbOverlapY ) --nFirstRow; in GetMergedFirstRow() 168 while( (nLastCol < mnWidth) && GetCell( nLastCol, nRow ).mbOverlapX ) ++nLastCol; in GetMergedLastCol() 175 while( (nLastRow < mnHeight) && GetCell( nCol, nLastRow ).mbOverlapY ) ++nLastRow; in GetMergedLastRow() 181 return GetCell( GetMergedFirstCol( nCol, nRow ), GetMergedFirstRow( nCol, nRow ) ); in GetMergedOriginCell() 191 const Cell& rCell = GetCell( nCol, nRow ); in IsMergedOverlappedLeft() 197 return GetCell( nCol + 1, nRow ).mbOverlapX || (GetCell( nCol, nRow ).mnAddRight > 0); in IsMergedOverlappedRight() 202 const Cell& rCell = GetCell( nCol, nRow ); in IsMergedOverlappedTop() 208 return GetCell( nCol, nRow + 1 ).mbOverlapY || (GetCell( nCol, nRow ).mnAddBottom > 0); in IsMergedOverlappedBottom() [all …]
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 320 inline HTMLTableCell *GetCell( sal_uInt16 nCell ) const; 575 inline HTMLTableCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCell ) const; 866 inline HTMLTableCell *HTMLTableRow::GetCell( sal_uInt16 nCell ) const in GetCell() function in HTMLTableRow 1190 pRow->GetCell(j)->CreateLayoutInfo(); in CreateLayoutInfo() 1224 while( ( pCell=GetCell(nRow,nCol), pCell->GetContents()==pCnts ) ) in FixRowSpan() 1228 pLayoutInfo->GetCell(nRow,nCol)->SetRowSpan( nRowSpan ); in FixRowSpan() 1239 GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan() 1241 pLayoutInfo->GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan() 1255 pPrevCnts = GetCell( 0, nCol-1 )->GetContents(); in GetPrevBoxStartNode() 1261 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode() [all …]
|
| /AOO42X/main/svx/source/sidebar/paragraph/ |
| H A D | ParaPropertyPanel.cxx | 1691 maLayouter.GetCell(0,0).SetControl(*mpFTUL).SetGridWidth(2); in ParaPropertyPanel() 1692 maLayouter.GetCell(1,0).SetControl(*mpTbxUL_IncDecBackground).SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel() 1694 maLayouter.GetCell(0,3).SetControl(*mpFTIndent).SetGridWidth(2); in ParaPropertyPanel() 1695 maLayouter.GetCell(1,3,0) in ParaPropertyPanel() 1698 maLayouter.GetCell(1,3,1) in ParaPropertyPanel() 1701 maLayouter.GetCell(2,0).SetControl(maFISpace1).SetFixedWidth().SetOffset(nMappedImageOffset); in ParaPropertyPanel() 1702 maLayouter.GetCell(2,1).SetControl(*mpTopDist); in ParaPropertyPanel() 1703 maLayouter.GetCell(3,0).SetControl(maFISpace2).SetFixedWidth().SetOffset(nMappedImageOffset); in ParaPropertyPanel() 1704 maLayouter.GetCell(3,1).SetControl(*mpBottomDist); in ParaPropertyPanel() 1705 maLayouter.GetCell(4,0).SetControl(*mpLineSPTbxBackground).SetGridWidth(2).SetFixedWidth(); in ParaPropertyPanel() [all …]
|
| /AOO42X/main/sfx2/source/sidebar/ |
| H A D | GridLayouter.cxx | 38 CellDescriptor& GetCell ( 108 CellDescriptor& GridLayouter::GetCell ( in GetCell() function in sfx2::sidebar::GridLayouter 113 return mpImplementation->GetCell(nRow, nColumn, nVariant); in GetCell() 123 mpImplementation->GetCell(0, nColumn, 0); in GetColumn() 289 CellDescriptor& GridLayouter::Implementation::GetCell ( in GetCell() function in sfx2::sidebar::GridLayouter::Implementation 299 return GetCell(0,0,0); in GetCell()
|
| /AOO42X/main/sw/source/ui/sidebar/ |
| H A D | PagePropertyPanel.cxx | 216 maLayouter.GetCell(0,0).SetControl(maFtOrientation).SetGridWidth(2); in PagePropertyPanel() 217 maLayouter.GetCell(1,0).SetControl(*mpToolBoxOrientationBackground).SetFixedWidth(); in PagePropertyPanel() 219 maLayouter.GetCell(0,3).SetControl(maFtMargin).SetGridWidth(2); in PagePropertyPanel() 220 maLayouter.GetCell(1,3).SetControl(*mpToolBoxMarginBackground).SetFixedWidth(); in PagePropertyPanel() 222 maLayouter.GetCell(2,0).SetControl(maFtSize).SetGridWidth(2); in PagePropertyPanel() 223 maLayouter.GetCell(3,0).SetControl(*mpToolBoxSizeBackground).SetFixedWidth(); in PagePropertyPanel() 225 maLayouter.GetCell(2,3).SetControl(maFtColumn).SetGridWidth(2); in PagePropertyPanel() 226 maLayouter.GetCell(3,3).SetControl(*mpToolBoxColumnBackground).SetFixedWidth(); in PagePropertyPanel()
|
| /AOO42X/main/svx/source/sidebar/possize/ |
| H A D | PosSizePropertyPanel.cxx | 144 maLayouter.GetCell(0,0).SetControl(*mpFtPosX); in PosSizePropertyPanel() 145 maLayouter.GetCell(1,0).SetControl(*mpMtrPosX); in PosSizePropertyPanel() 147 maLayouter.GetCell(0,2).SetControl(*mpFtPosY); in PosSizePropertyPanel() 148 maLayouter.GetCell(1,2).SetControl(*mpMtrPosY); in PosSizePropertyPanel() 150 maLayouter.GetCell(2,0).SetControl(*mpFtWidth); in PosSizePropertyPanel() 151 maLayouter.GetCell(3,0).SetControl(*mpMtrWidth); in PosSizePropertyPanel() 153 maLayouter.GetCell(2,2).SetControl(*mpFtHeight); in PosSizePropertyPanel() 154 maLayouter.GetCell(3,2).SetControl(*mpMtrHeight); in PosSizePropertyPanel() 156 maLayouter.GetCell(4,0).SetControl(*mpCbxScale).SetGridWidth(3); in PosSizePropertyPanel() 157 maLayouter.GetCell(5,0).SetControl(*mpFtAngle).SetGridWidth(3); in PosSizePropertyPanel()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | interpr1.cxx | 417 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix() 484 ScBaseCell* pCell = GetCell( aAdr ); in JumpMatrix() 826 ScBaseCell* pCell = GetCell( aAdr ); in Compare() 880 ScBaseCell* pCell = GetCell( aAdr ); in CompareMat() 1283 ScBaseCell* pCell = GetCell( aAdr ); in ScAnd() 1381 ScBaseCell* pCell = GetCell( aAdr ); in ScOr() 1479 ScBaseCell* pCell = GetCell( aAdr ); in ScXor() 1915 CellType eCellType = GetCellType( GetCell( aAdr ) ); in ScIsEmpty() 1963 ScBaseCell* pCell = GetCell( aAdr ); in IsString() 2033 ScBaseCell* pCell = GetCell( aAdr ); in ScIsLogical() [all …]
|
| H A D | interpr4.cxx | 573 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateDoubleArr() 656 pDok->GetCell(nCol, nRow, nTab, pCell); in CreateStringArr() 759 ScBaseCell* pCell = pDok->GetCell( aAdr ); in CreateCellArr() 958 ScBaseCell* pCell = pDok->GetCell( rAddress); in PushCellResultToken() 1900 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble() 1911 ScBaseCell* pCell = GetCell( aAdr ); in GetDouble() 2004 ScBaseCell* pCell = GetCell( aAdr ); in GetString() 2019 ScBaseCell* pCell = GetCell( aAdr ); in GetString() 2518 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal() 2568 ScBaseCell* pCell = GetCell( aAdr ); in ScExternal() [all …]
|
| H A D | chartarr.cxx | 258 pDocument->GetCell( aCols[nCol], aRows[nRow], nTab1, pCell ); in CreateMemChartSingle() 421 ScBaseCell* pCell = pDocument->GetCell( *pPos ); in CreateMemChartMulti() 454 ScBaseCell* pCell = pDocument->GetCell( *pPos ); in CreateMemChartMulti()
|
| H A D | interpr3.cxx | 2297 ScBaseCell* pCell = GetCell( aAdr ); in ScZTest() 2753 ScBaseCell* pCell = GetCell( aAdr ); in ScHarMean() 2874 ScBaseCell* pCell = GetCell( aAdr ); in ScGeoMean() 3011 ScBaseCell* pCell = GetCell( aAdr ); in CalculateSkew() 3429 ScBaseCell* pCell = GetCell( aAdr ); in GetNumberSequenceArray() 3614 ScBaseCell* pCell = GetCell( aAdr ); in ScRank() 3731 ScBaseCell* pCell = GetCell( aAdr ); in ScAveDev() 3811 ScBaseCell* pCell = GetCell( aAdr ); in ScAveDev()
|
| /AOO42X/main/svx/source/sidebar/area/ |
| H A D | AreaPropertyPanel.cxx | 146 maLayouter.GetCell(0,0).SetControl(*mpColorTextFT).SetGridWidth(3); in AreaPropertyPanel() 147 maLayouter.GetCell(1,0).SetControl(*mpLbFillType); in AreaPropertyPanel() 148 maLayouter.GetCell(1,2,0).SetControl(*mpToolBoxColorBackground).SetFixedWidth(); in AreaPropertyPanel() 149 maLayouter.GetCell(1,2,1).SetControl(*mpLbFillAttr); in AreaPropertyPanel() 151 maLayouter.GetCell(2,0).SetControl(*mpTrspTextFT).SetGridWidth(3); in AreaPropertyPanel() 152 maLayouter.GetCell(3,0).SetControl(*mpLBTransType); in AreaPropertyPanel() 153 maLayouter.GetCell(3,2,0).SetControl(*mpMTRTransparent); in AreaPropertyPanel() 154 maLayouter.GetCell(3,2,1).SetControl(*mpBTNGradient); in AreaPropertyPanel()
|
| /AOO42X/main/sc/source/core/data/ |
| H A D | documen4.cxx | 625 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetEffItem() 649 ScBaseCell* pCell = ((ScDocument*)this)->GetCell(ScAddress(nCol,nRow,nTab)); in GetCondResult() 776 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in RowDifferences() 777 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in RowDifferences() 817 const ScBaseCell* pThisCell = GetCell( ScAddress( nThisCol, nThisRow, nThisTab ) ); in ColDifferences() 818 … const ScBaseCell* pOtherCell = rOtherDoc.GetCell( ScAddress( nOtherCol, nOtherRow, nOtherTab ) ); in ColDifferences() 1173 const ScBaseCell* pThisCell = GetCell( aThisPos ); in CompareDocument() 1178 pOtherCell = rOtherDoc.GetCell( aOtherPos ); in CompareDocument()
|
| H A D | table4.cxx | 220 ScBaseCell* pFirstCell = GetCell( nCol, nRow ); in FillAnalyse() 262 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse() 319 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse() 377 ScBaseCell* pCell = GetCell(nCol,nRow); in FillAnalyse() 474 ScBaseCell* pOrgCell = pDocument->GetCell( aOrg ); in FillFormula() 768 pSrcCell = aCol[nCol].GetCell( static_cast<SCROW>(nSource) ); in FillAuto() 770 pSrcCell = aCol[nSource].GetCell( static_cast<SCROW>(nRow) ); in FillAuto() 1033 ScBaseCell* pCell = GetCell( nSrcX, nSrcY ); in GetAutoFillPreview() 1096 ScBaseCell* pCell = GetCell( nCol1, nRow1 ); in GetAutoFillPreview() 1363 ScBaseCell* pSrcCell = aCol[nCol].GetCell(static_cast<SCROW>(nRow)); in FillSeries()
|
| H A D | table3.cxx | 146 pInfo->pCell = pCol->GetCell( nRow ); in CreateSortInfoArray() 160 pInfo->pCell = GetCell( nCol, nRow ); in CreateSortInfoArray() 477 ScBaseCell* pCell1 = aCol[nCol].GetCell( nIndex1 ); in Compare() 478 ScBaseCell* pCell2 = aCol[nCol].GetCell( nIndex2 ); in Compare() 487 ScBaseCell* pCell1 = aCol[nIndex1].GetCell( nRow ); in Compare() 488 ScBaseCell* pCell2 = aCol[nIndex2].GetCell( nRow ); in Compare() 952 pCell = GetCell( static_cast<SCCOL>(rEntry.nField), nRow ); in ValidQuery() 1514 pCell = GetCell( nCol, j ); in Query()
|
| H A D | table1.cxx | 1487 ScBaseCell* pCell = aCol[rCol].GetCell(nRow); in MaybeAddExtraColumn() 1539 ScBaseCell* pNextCell = aCol[nNewCol+1].GetCell(nRow); in MaybeAddExtraColumn() 1689 mpCell = mrColumn.GetCell(mnCurRow); in reset() 1727 mpCell = mrColumn.GetCell(mnCurRow); in next()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | spelleng.cxx | 130 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell() 150 pCell = mrDoc.GetCell( aPos ); in FindNextConversionCell() 298 mrDoc.GetCell( nCol, nRow, nTab, pCell ); in FillFromCell()
|
| H A D | viewfun4.cxx | 387 pDoc->GetCell(nCol, nRow, nTab, pCell); in DoThesaurus() 765 ScBaseCell* pCell = pDoc->GetCell( aCellPos ); in InsertBookmark() 813 ScBaseCell* pCell = pDoc->GetCell( aPos ); in HasBookmarkAtCursor()
|
| /AOO42X/main/svx/source/sidebar/text/ |
| H A D | TextPropertyPanel.cxx | 216 …maLayouter.GetCell(0,0).SetControl(*mpFontNameBox).SetMinimumWidth(Layouter::MapWidth(*this,FONTNA… in TextPropertyPanel() 217 maLayouter.GetCell(0,2).SetControl(maFontSizeBox).SetFixedWidth(); in TextPropertyPanel() 219 maLayouter.GetCell(1,0).SetControl(*mpToolBoxFontBackground).SetFixedWidth(); in TextPropertyPanel() 220 maLayouter.GetCell(1,2).SetControl(*mpToolBoxIncDecBackground).SetFixedWidth(); in TextPropertyPanel()
|
| /AOO42X/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 850 pLayoutInfo->GetCell( nRow, nCol ); in SwWriteTable() 857 if( ( nRow>0 && pLayoutCnts == pLayoutInfo->GetCell(nRow-1,nCol) in SwWriteTable() 859 ( nCol>0 && pLayoutCnts == pLayoutInfo->GetCell(nRow,nCol-1) in SwWriteTable()
|
| /AOO42X/main/sw/source/core/access/ |
| H A D | acctable.cxx | 132 const SwFrm *GetCell( sal_Int32 nRow, sal_Int32 nColumn, sal_Bool bExact, 437 const SwFrm *SwAccessibleTableData_Impl::GetCell( in GetCell() function in SwAccessibleTableData_Impl 1303 GetTableData().GetCell( nRow, nColumn, sal_False, this ); in getAccessibleCellAt() 1335 GetTableData().GetCell( nRow, nColumn, sal_False, this ); in isAccessibleSelected() 1361 SwAccessibleChild aCell( GetTableData().GetCell( nRow, nColumn, sal_False, this )); in getAccessibleIndex()
|
| /AOO42X/main/sw/inc/ |
| H A D | htmltbl.hxx | 303 inline SwHTMLTableLayoutCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const; 464 inline SwHTMLTableLayoutCell *SwHTMLTableLayout::GetCell( sal_uInt16 nRow, sal_uInt16 nCol ) const in GetCell() function in SwHTMLTableLayout
|
| /AOO42X/main/sc/inc/ |
| H A D | dociter.hxx | 73 ScBaseCell* GetCell(); 545 const ScBaseCell* GetCell() const { return pFoundCell; } in GetCell() function in ScUsedAreaIterator
|