Home
last modified time | relevance | path

Searched refs:FindStartOfRowSpan (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/inc/
H A Dswtable.hxx460 SwTableBox& FindStartOfRowSpan( const SwTable&, sal_uInt16 nMaxStep = USHRT_MAX );
461 const SwTableBox& FindStartOfRowSpan( const SwTable& rTable, in FindStartOfRowSpan() function in SwTableBox
463 { return const_cast<SwTableBox*>(this)->FindStartOfRowSpan( rTable, nMaxStep ); } in FindStartOfRowSpan()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx502 pOuterBox->FindStartOfRowSpan( *this, USHRT_MAX ); in CollectBoxSelection()
1016 SwTableBox& SwTableBox::FindStartOfRowSpan( const SwTable& rTable, sal_uInt16 nMaxStep ) in FindStartOfRowSpan() function in SwTableBox
1073 ASSERT( pBox == &rBox.FindStartOfRowSpan( rTable, USHRT_MAX ), "Not a master box" ); in lcl_getAllMergedBoxes()
1215 const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable ); in lcl_SophisticatedFillLineIndices()
1314 const SwTableBox &rBox = rBoxes[ i ]->FindStartOfRowSpan( rTable ); in lcl_CalculateSplitLineHeights()
1642 : &pBox->FindStartOfRowSpan( rTable, USHRT_MAX ); in lcl_SearchSelBox()
1959 : &pBox->FindStartOfRowSpan( *this, USHRT_MAX ); in ExpandSelection()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1741 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in LeftRight()
2019 pTableBox = & pTableBox->FindStartOfRowSpan( pTblNd->GetTable(), USHRT_MAX ); in GoPrevNextCell()
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx1695 GetTabBox()->FindStartOfRowSpan( *pTable, nMax ) : in FindStartEndOfRowSpanCell()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx229 … pKey = (void*) & static_cast<const SwCellFrm&>(rFrm).GetTabBox()->FindStartOfRowSpan( *pTable ); in lcl_GetKeyFromFrame()

Completed in 59 milliseconds