Home
last modified time | relevance | path

Searched refs:GetTableBox (Results 1 – 25 of 97) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dcellatr.hxx70 SwTableBox* GetTableBox();
71 const SwTableBox* GetTableBox() const in GetTableBox() function in SwTableBoxFormula
72 { return const_cast<SwTableBoxFormula*>(this)->GetTableBox(); } in GetTableBox()
H A Dswtable.hxx275 const SwTableBox* GetTableBox( const OUString& rName,
291 SwTableBox* GetTableBox( sal_uLong nSttIdx );
292 const SwTableBox* GetTableBox( sal_uLong nSttIdx ) const in GetTableBox() function in SwTable
293 { return const_cast<SwTable*>(this)->GetTableBox( nSttIdx ); } in GetTableBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dcellatr.hxx70 SwTableBox* GetTableBox();
71 const SwTableBox* GetTableBox() const in GetTableBox() function in SwTableBoxFormula
72 { return const_cast<SwTableBoxFormula*>(this)->GetTableBox(); } in GetTableBox()
H A Dswtable.hxx277 const SwTableBox* GetTableBox( const OUString& rName,
293 SwTableBox* GetTableBox( sal_uLong nSttIdx );
294 const SwTableBox* GetTableBox( sal_uLong nSttIdx ) const in GetTableBox() function in SwTable
295 { return const_cast<SwTable*>(this)->GetTableBox( nSttIdx ); } in GetTableBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Dunsort.cxx96 const SwTableBox* pSource = rTable.GetTableBox( in UndoImpl()
98 const SwTableBox* pTarget = rTable.GetTableBox( in UndoImpl()
173 const SwTableBox* pSource = rTable.GetTableBox( in RedoImpl()
175 const SwTableBox* pTarget = rTable.GetTableBox( in RedoImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Dunsort.cxx97 const SwTableBox* pSource = rTable.GetTableBox( in UndoImpl()
99 const SwTableBox* pTarget = rTable.GetTableBox( in UndoImpl()
174 const SwTableBox* pSource = rTable.GetTableBox( in RedoImpl()
176 const SwTableBox* pTarget = rTable.GetTableBox( in RedoImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/fields/
H A Dcellfml.cxx433 const SwTableBox *pBox = rTable.GetTableBox( in RelNmsToBoxNms()
466 const SwTableBox *pBox = rTable.GetTableBox( in RelBoxNmsToPtr()
503 const SwTableBox *pBox = rTable.GetTableBox( in BoxNmsToRelNm()
568 pBox = rTable.GetTableBox( *pLastBox ); in BoxNmsToPtr()
574 pBox = rTable.GetTableBox( rFirstBox ); in BoxNmsToPtr()
880 pBox = rTable.GetTableBox( sGetName ); in lcl_RelToBox()
1060 pEndBox = const_cast<SwTableBox*>(rTable.GetTableBox( *pLastBox )); in HasValidBoxes_()
1061 pSttBox = const_cast<SwTableBox*>(rTable.GetTableBox( rFirstBox )); in HasValidBoxes_()
1155 const SwTableBox* pBox = pNd ? pTable->GetTableBox( in SplitMergeBoxNm_()
1165 pEndBox = const_cast<SwTableBox*>(pTable->GetTableBox( *pLastBox )); in SplitMergeBoxNm_()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/fields/
H A Dcellfml.cxx395 const SwTableBox *pBox = rTable.GetTableBox( in RelNmsToBoxNms()
428 const SwTableBox *pBox = rTable.GetTableBox( in RelBoxNmsToPtr()
465 const SwTableBox *pBox = rTable.GetTableBox( in BoxNmsToRelNm()
530 pBox = rTable.GetTableBox( *pLastBox ); in BoxNmsToPtr()
536 pBox = rTable.GetTableBox( rFirstBox ); in BoxNmsToPtr()
842 pBox = rTable.GetTableBox( sGetName ); in lcl_RelToBox()
1021 pEndBox = const_cast<SwTableBox*>(rTable.GetTableBox( *pLastBox )); in HasValidBoxes_()
1022 pSttBox = const_cast<SwTableBox*>(rTable.GetTableBox( rFirstBox )); in HasValidBoxes_()
1117 const SwTableBox* pBox = pNd ? pTable->GetTableBox( in SplitMergeBoxNm_()
1127 pEndBox = const_cast<SwTableBox*>(pTable->GetTableBox( *pLastBox )); in SplitMergeBoxNm_()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/uiwriter/
H A Duiwriter.cxx618 … CPPUNIT_ASSERT(((rTable.GetTableBox("A1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
619 … CPPUNIT_ASSERT(((rTable.GetTableBox("A2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
620 … CPPUNIT_ASSERT(((rTable.GetTableBox("A3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
621 … CPPUNIT_ASSERT(((rTable.GetTableBox("B1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
622 … CPPUNIT_ASSERT(((rTable.GetTableBox("B2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
623 … CPPUNIT_ASSERT(((rTable.GetTableBox("B3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
624 … CPPUNIT_ASSERT(((rTable.GetTableBox("C1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
625 … CPPUNIT_ASSERT(((rTable.GetTableBox("C2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
626 … CPPUNIT_ASSERT(((rTable.GetTableBox("C3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
642 … CPPUNIT_ASSERT(((rTable.GetTableBox("A1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/attr/
H A Dcellatr.cxx97 SwTableBox* SwTableBoxFormula::GetTableBox() in GetTableBox() function in SwTableBoxFormula
154 pTableNd->GetTable(), GetTableBox() ); in ChangeState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dcellatr.cxx98 SwTableBox* SwTableBoxFormula::GetTableBox() in GetTableBox() function in SwTableBoxFormula
154 pTableNd->GetTable(), GetTableBox() ); in ChangeState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocchart.cxx52 pSttBox = GetTableBox(rSelection.copy( nOffset, nSeparator - nOffset )); in IsTableComplexForChart()
53 pEndBox = GetTableBox(rSelection.copy( nSeparator+1, nLength - (nSeparator+1) )); in IsTableComplexForChart()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocchart.cxx52 pSttBox = GetTableBox(rSelection.copy( nOffset, nSeparator - nOffset )); in IsTableComplexForChart()
53 pEndBox = GetTableBox(rSelection.copy( nSeparator+1, nLength - (nSeparator+1) )); in IsTableComplexForChart()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/uiwriter/
H A Duiwriter.cxx803 … CPPUNIT_ASSERT(((rTable.GetTableBox("A1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
804 … CPPUNIT_ASSERT(((rTable.GetTableBox("A2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
805 … CPPUNIT_ASSERT(((rTable.GetTableBox("A3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
806 … CPPUNIT_ASSERT(((rTable.GetTableBox("B1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
807 … CPPUNIT_ASSERT(((rTable.GetTableBox("B2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
808 … CPPUNIT_ASSERT(((rTable.GetTableBox("B3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
809 … CPPUNIT_ASSERT(((rTable.GetTableBox("C1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
810 … CPPUNIT_ASSERT(((rTable.GetTableBox("C2"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
811 … CPPUNIT_ASSERT(((rTable.GetTableBox("C3"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
827 … CPPUNIT_ASSERT(((rTable.GetTableBox("A1"))->GetFrameFormat()->GetProtect()).IsContentProtected()); in testTdf67238()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dtrvltbl.cxx57 pTableBox = pTableBoxStartNode->GetTableBox(); in GoNextCell()
81 pTableBox = pTableNd->GetTable().GetTableBox( in GoNextCell()
821 GetTableBox( m_pBoxIdx->GetIndex() ) ) in CheckTableBoxContent()
828 pChkBox = pSttNd->FindTableNode()->GetTable().GetTableBox( pSttNd->GetIndex() ); in CheckTableBoxContent()
900 m_pBoxPtr = pSttNd->FindTableNode()->GetTable().GetTableBox( pSttNd->GetIndex() ); in SaveTableBoxContent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dtrvltbl.cxx56 pTableBox = pTableBoxStartNode->GetTableBox(); in GoNextCell()
80 pTableBox = pTableNd->GetTable().GetTableBox( in GoNextCell()
820 GetTableBox( m_pBoxIdx->GetIndex() ) ) in CheckTableBoxContent()
826 pChkBox = pSttNd->FindTableNode()->GetTable().GetTableBox( pSttNd->GetIndex() ); in CheckTableBoxContent()
898 m_pBoxPtr = pSttNd->FindTableNode()->GetTable().GetTableBox( pSttNd->GetIndex() ); in SaveTableBoxContent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbatablehelper.cxx78 SwTableBox* pBox = const_cast<SwTableBox*>(pTable->GetTableBox( rCellName )); in getTabRowIndex()
91 const SwTableBox* pBox = pTable->GetTableBox( rCellName ); in getTabColIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbatablehelper.cxx79 SwTableBox* pBox = const_cast<SwTableBox*>(pTable->GetTableBox( rCellName )); in getTabRowIndex()
92 const SwTableBox* pBox = pTable->GetTableBox( rCellName ); in getTabColIndex()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunochart.cxx221 pEndBox = pTable->GetTableBox( pStart->GetIndex()); in GetCellRangeName()
227 pStartBox = pTable->GetTableBox( pStart->GetIndex()); in GetCellRangeName()
382 pTable ? pTable->GetTableBox( aStartCell, true ) : nullptr; in GetFormatAndCreateCursorFromRangeRep()
395 const SwTableBox* pBRBox = pTable->GetTableBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep()
2324 OUString aPointCellName( pTable->GetTableBox( pPointStartNode->GetIndex() )->GetName() ); in DeleteBox()
2325 OUString aMarkCellName( pTable->GetTableBox( pMarkStartNode->GetIndex() )->GetName() ); in DeleteBox()
2369 SwTableBox* pNewBox = const_cast<SwTableBox*>(pTable->GetTableBox( aNewCellName )); in DeleteBox()
2454 pEndBox = pTable->GetTableBox( pStartNd->GetIndex() ); in ExtendTo()
2458 pStartBox = pTable->GetTableBox( pStartNd->GetIndex() ); in ExtendTo()
2508 const SwTableBox *pNewStartBox = pTable->GetTableBox( aNewStartCell ); in ExtendTo()
[all …]
H A Dunotbl.cxx1187 auto pBoxFormat(GetTableBox()->GetFrameFormat()); in GetForcedNumericalValue()
1503 const SwTableBox* pEndBox = pTable->GetTableBox(pNode->GetIndex()); in getRangeName()
2230 const SwTableBox* pTLBox = pTable->GetTableBox(rTLName); in GetRangeByName()
2239 const SwTableBox* pBRBox(pTable->GetTableBox(rBRName)); in GetRangeByName()
3625 if(!pCell || !pCell->GetTableBox()) in setDataArray()
3951 const SwTableBox* pTLBox = pTable->GetTableBox(sTLName); in insertByIndex()
3989 const SwTableBox* pTLBox = pTable->GetTableBox(sTLName); in removeByIndex()
3999 const SwTableBox* pBLBox = pTable->GetTableBox( sBLName ); in removeByIndex()
4110 const SwTableBox* pTLBox = pTable->GetTableBox( sTLName ); in insertByIndex()
4146 const SwTableBox* pTLBox = pTable->GetTableBox( sTLName ); in removeByIndex()
[all …]
H A Dunocrsr.cxx208 … if( pTableNd && nullptr != ( pBox = pTableNd->GetTable().GetTableBox( pBoxNd->GetIndex() )) ) in MakeBoxSels()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunochart.cxx225 pEndBox = pTable->GetTableBox( pStart->GetIndex()); in GetCellRangeName()
231 pStartBox = pTable->GetTableBox( pStart->GetIndex()); in GetCellRangeName()
387 pTable ? pTable->GetTableBox( aStartCell, true ) : nullptr; in GetFormatAndCreateCursorFromRangeRep()
400 const SwTableBox* pBRBox = pTable->GetTableBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep()
2329 OUString aPointCellName( pTable->GetTableBox( pPointStartNode->GetIndex() )->GetName() ); in DeleteBox()
2330 OUString aMarkCellName( pTable->GetTableBox( pMarkStartNode->GetIndex() )->GetName() ); in DeleteBox()
2374 SwTableBox* pNewBox = const_cast<SwTableBox*>(pTable->GetTableBox( aNewCellName )); in DeleteBox()
2459 pEndBox = pTable->GetTableBox( pStartNd->GetIndex() ); in ExtendTo()
2463 pStartBox = pTable->GetTableBox( pStartNd->GetIndex() ); in ExtendTo()
2513 const SwTableBox *pNewStartBox = pTable->GetTableBox( aNewStartCell ); in ExtendTo()
[all …]
H A Dunotbl.cxx1235 auto pBoxFormat(GetTableBox()->GetFrameFormat()); in GetForcedNumericalValue()
1551 const SwTableBox* pEndBox = pTable->GetTableBox(pNode->GetIndex()); in getRangeName()
2270 const SwTableBox* pTLBox = pTable->GetTableBox(rTLName); in GetRangeByName()
2279 const SwTableBox* pBRBox(pTable->GetTableBox(rBRName)); in GetRangeByName()
3664 if(!pCell || !pCell->GetTableBox()) in setDataArray()
3990 const SwTableBox* pTLBox = pTable->GetTableBox(sTLName); in insertByIndex()
4028 const SwTableBox* pTLBox = pTable->GetTableBox(sTLName); in removeByIndex()
4038 const SwTableBox* pBLBox = pTable->GetTableBox( sBLName ); in removeByIndex()
4149 const SwTableBox* pTLBox = pTable->GetTableBox( sTLName ); in insertByIndex()
4185 const SwTableBox* pTLBox = pTable->GetTableBox( sTLName ); in removeByIndex()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcsvruler.hxx61 ScCsvTableBox* GetTableBox() { return mpTableBox; } in GetTableBox() function in ScCsvRuler
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcsvruler.hxx63 ScCsvTableBox* GetTableBox() { return mpTableBox; } in GetTableBox() function in ScCsvRuler

1234