| /AOO41X/main/sw/source/core/layout/ |
| H A D | findfrm.cxx | 1517 SwRowFrm* pRow = (SwRowFrm*)pCell->Lower(); in lcl_FindCorrespondingCellFrm() 1518 while ( !pRow->IsAnLower( &rOrigCell ) ) in lcl_FindCorrespondingCellFrm() 1519 pRow = (SwRowFrm*)pRow->GetNext(); in lcl_FindCorrespondingCellFrm() 1523 pCorrRow = pRow->GetFollowRow(); in lcl_FindCorrespondingCellFrm() 1528 if ( pTmpRow && pTmpRow->GetFollowRow() == pRow ) in lcl_FindCorrespondingCellFrm() 1533 pRet = lcl_FindCorrespondingCellFrm( *pRow, rOrigCell, *pCorrRow, bInFollow ); in lcl_FindCorrespondingCellFrm() 1553 const SwFrm* pRow = GetUpper(); in GetFollowCell() local 1554 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in GetFollowCell() 1555 pRow = pRow->GetUpper(); in GetFollowCell() 1557 if ( !pRow ) in GetFollowCell() [all …]
|
| H A D | tabfrm.cxx | 195 SwRowFrm *pRow = (SwRowFrm*)Lower(); in RegistFlys() local 198 pRow->RegistFlys( pPage ); in RegistFlys() 199 pRow = (SwRowFrm*)pRow->GetNext(); in RegistFlys() 200 } while ( pRow ); in RegistFlys() 220 SwTwips MA_FASTCALL lcl_CalcMinRowHeight( const SwRowFrm *pRow, 863 void lcl_AdjustRowSpanCells( SwRowFrm* pRow ) in lcl_AdjustRowSpanCells() argument 865 SWRECTFN( pRow ) in lcl_AdjustRowSpanCells() 866 SwCellFrm* pCellFrm = static_cast<SwCellFrm*>(pRow->GetLower()); in lcl_AdjustRowSpanCells() 873 const long nNewCellHeight = lcl_GetHeightOfRows( pRow, nLayoutRowSpan ); in lcl_AdjustRowSpanCells() 957 SwFrm* pRow = pFollowFlowLine->GetNext(); in RemoveFollowFlowLine() [all …]
|
| H A D | softpagebreak.cxx | 59 const SwLayoutFrm *pRow = pFrm->GetUpper(); in fillSoftPageBreakList() local 62 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() || in fillSoftPageBreakList() 63 pRow->GetUpper()->GetUpper()->IsInTab() ) in fillSoftPageBreakList() 64 pRow = pRow->GetUpper(); in fillSoftPageBreakList() 65 const SwTabFrm *pTab = pRow->FindTabFrm(); in fillSoftPageBreakList() 75 if( pRow == pFirstRow && in fillSoftPageBreakList() 83 const SwFrm* pCell = pRow->Lower(); in fillSoftPageBreakList() 137 const SwFrm* pRow = pTab->IsFollow() ? in hasSoftPageBreak() local 139 if( pRow == pLast ) in hasSoftPageBreak()
|
| H A D | laycache.cxx | 884 SwFrm *pRow = pTab->Lower(); in CheckInsert() local 913 while( pRow && nRowCount < nOfst ) in CheckInsert() 915 pRow = pRow->GetNext(); in CheckInsert() 918 while ( pRow ) in CheckInsert() 920 SwFrm* pNxt = pRow->GetNext(); in CheckInsert() 921 pRow->Remove(); in CheckInsert() 922 pRow->InsertBehind( pFoll, pPrv ); in CheckInsert() 923 pPrv = pRow; in CheckInsert() 924 pRow = pNxt; in CheckInsert()
|
| H A D | trvlfrm.cxx | 1057 SwLayoutFrm* pRow = pTab->GetFirstNonHeadlineRow(); in GetFrmInPage() local 1058 if ( pRow ) in GetFrmInPage() 1064 pCnt = pRow->ContainsCntnt(); in GetFrmInPage() 1904 SwLayoutFrm* pRow = pTable->IsFollow() ? in MakeTblCrsrs() local 1908 while ( pRow ) in MakeTblCrsrs() 1910 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in MakeTblCrsrs() 1912 const SwLayoutFrm *pCell = pRow->FirstCell(); in MakeTblCrsrs() 1914 while ( pCell && pRow->IsAnLower( pCell ) ) in MakeTblCrsrs() 1950 pRow = (SwLayoutFrm*)pRow->GetNext(); in MakeTblCrsrs()
|
| /AOO41X/main/sw/source/filter/writer/ |
| H A D | wrtswtbl.cxx | 182 SwWriteTableRow *pRow ) in GetLineBrush() argument 197 if( !pRow->GetBackground() ) in GetLineBrush() 198 pRow->SetBackground( (const SvxBrushItem *)pItem ); in GetLineBrush() 389 const SwWriteTableRow *pRow = 0; in GetAbsHeight() local 393 pRow = aRows[nRow]; in GetAbsHeight() 394 if( pRow->HasTopBorder() ) in GetAbsHeight() 401 if( !pRow || nRowSpan > 1 ) in GetAbsHeight() 402 pRow = aRows[nRow+nRowSpan-1]; in GetAbsHeight() 403 if( pRow->HasBottomBorder() ) in GetAbsHeight() 454 SwWriteTableRow *pRow = new SwWriteTableRow( nRPos, bUseLayoutHeights); in CollectTableRowsCols() local [all …]
|
| /AOO41X/main/dbaccess/qa/complex/dbaccess/ |
| H A D | RowSet.java | 389 final RowSetEventListener pRow = new RowSetEventListener(); in testRowSetEvents() local 393 col.addPropertyChangeListener("Value", pRow); in testRowSetEvents() 394 m_rowSetProperties.addPropertyChangeListener("IsModified", pRow); in testRowSetEvents() 395 m_rowSetProperties.addPropertyChangeListener("IsNew", pRow); in testRowSetEvents() 396 m_rowSetProperties.addPropertyChangeListener("IsRowCountFinal", pRow); in testRowSetEvents() 397 m_rowSetProperties.addPropertyChangeListener("RowCount", pRow); in testRowSetEvents() 400 xApBroad.addRowSetApproveListener(pRow); in testRowSetEvents() 401 m_rowSet.addRowSetListener(pRow); in testRowSetEvents() 416 … testCursorMove(m_resultSet, cResSet.getMethod("afterLast", (Class[]) null), pRow, moves, null); in testRowSetEvents() 420 testCursorMove(m_resultSet, cResSet.getMethod(NEXT, (Class[]) null), pRow, moves, null); in testRowSetEvents() [all …]
|
| /AOO41X/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 347 const SwLayoutFrm* pRow = pTable->IsFollow() ? in GetTblSel() local 351 while( pRow && bTblIsValid ) in GetTblSel() 353 if( !pRow->IsValid() && nLoopMax ) in GetTblSel() 359 if ( pRow->Frm().IsOver( pUnion->GetUnion() ) ) in GetTblSel() 361 const SwLayoutFrm *pCell = pRow->FirstCell(); in GetTblSel() 363 while( bTblIsValid && pCell && pRow->IsAnLower( pCell ) ) in GetTblSel() 432 pRow = (const SwLayoutFrm*)pRow->GetNext(); in GetTblSel() 558 const SwLayoutFrm* pRow = pTable->IsFollow() ? in ChkChartSel() local 562 while( pRow && bTblIsValid && bValidChartSel ) in ChkChartSel() 564 if( !pRow->IsValid() && nLoopMax ) in ChkChartSel() [all …]
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TEditControl.cxx | 940 ::boost::shared_ptr<OTableRow> pRow; in CopyRows() 946 pRow = (*m_pRowList)[nIndex]; in CopyRows() 947 OSL_ENSURE(pRow,"OTableEditorCtrl::CopyRows: Row is NULL!"); in CopyRows() 948 if ( pRow && pRow->GetActFieldDescr() ) in CopyRows() 950 pClipboardRow.reset(new OTableRow( *pRow )); in CopyRows() 1012 ::boost::shared_ptr<OTableRow> pRow; in InsertRows() 1018 pRow.reset(new OTableRow()); in InsertRows() 1019 (*aStreamRef) >> *pRow; in InsertRows() 1020 pRow->SetReadOnly( sal_False ); in InsertRows() 1021 sal_Int32 nType = pRow->GetActFieldDescr()->GetType(); in InsertRows() [all …]
|
| H A D | TableUndo.cxx | 350 ::boost::shared_ptr<OTableRow> pRow; in Redo() 356 pRow.reset(new OTableRow( **aIter )); in Redo() 357 pRowList->insert( pRowList->begin()+nInsertRow ,pRow ); in Redo() 444 ::boost::shared_ptr<OTableRow> pRow; in Undo() 452 pRow = (*pRowList)[nIndex]; in Undo() 453 pRow->SetPrimaryKey( sal_False ); in Undo() 461 pRow = (*pRowList)[nIndex]; in Undo() 462 pRow->SetPrimaryKey( sal_True ); in Undo()
|
| H A D | TableDesignView.cxx | 289 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow… 290 OFieldDescription* pFieldDescr = pRow ? pRow->GetActFieldDescr() : NULL; 384 …::boost::shared_ptr<OTableRow> pRow = (*GetEditorCtrl()->GetRowList())[GetEditorCtrl()->GetCurRow… in reSync() 385 OFieldDescription* pFieldDescr = pRow ? pRow->GetActFieldDescr() : NULL; in reSync()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | WW8TableInfo.cxx | 1119 WW8TableCellGridRow::Pointer_t pRow = getRow(rRect.Top()); in insert() local 1120 pRow->insert(aCellInfo); in insert() 1192 WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt); in addShadowCells() local 1193 if (pRow.get() != NULL) in addShadowCells() 1194 pRow->setRowSpans(pRowSpans); in addShadowCells() 1299 WW8TableCellGridRow::Pointer_t pRow(getRow(*aTopsIt)); in connectCells() local 1300 pRow->setTableBoxVector(pTableBoxes); in connectCells() 1301 pRow->setWidths(pWidths); in connectCells() 1342 WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt); in toString() local 1343 WidthsPtr pWidths = pRow->getWidths(); in toString() [all …]
|
| /AOO41X/main/autodoc/source/display/toolkit/ |
| H A D | hf_navi_main.cxx | 105 pRow(0) in HF_NaviMainRow() 109 pRow = in HF_NaviMainRow() 128 aItems.push_back(new StdItem( *pRow,i_sText,i_sLink )); in Add_StdItem() 134 aItems.push_back(new SelfItem( *pRow,i_sText )); in Add_SelfItem() 140 aItems.push_back(new NoneItem( *pRow,i_sText )); in Add_NoneItem()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 217 const SwFrm* pRow = pFrm; in lcl_GetFtnLower() local 218 while( !pRow->IsRowFrm() || !pRow->GetUpper()->IsTabFrm() ) in lcl_GetFtnLower() 219 pRow = pRow->GetUpper(); in lcl_GetFtnLower() 220 const SwTabFrm* pTabFrm = (SwTabFrm*)pRow->GetUpper(); in lcl_GetFtnLower() 222 ASSERT( pTabFrm && pRow && in lcl_GetFtnLower() 223 pRow->GetUpper()->IsTabFrm(), "Upper of row should be tab" ) in lcl_GetFtnLower() 231 else if ( !((SwRowFrm*)pRow)->IsRowSplitAllowed() ) in lcl_GetFtnLower() 232 nMin = (pRow->Frm().*fnRect->fnGetBottom)(); in lcl_GetFtnLower() 237 nAdd = (pRow->GetUpper()->*fnRect->fnGetBottomMargin)(); in lcl_GetFtnLower()
|
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | navibar.cxx | 157 TableRow * pRow = new TableRow; in Write2() local 158 o_rOut << pRow; in Write2() 162 Element & rCell1 = pRow->AddCell(); in Write2() 171 Element & rCell2 = pRow->AddCell(); in Write2()
|
| /AOO41X/main/sw/source/core/table/ |
| H A D | swtable.cxx | 1635 for( SwRowFrm* pRow = aIter.First(); pRow; pRow = aIter.Next() ) in ChgFrmFmt() local 1637 if( pRow->GetTabLine() == this ) in ChgFrmFmt() 1639 pRow->RegisterToFormat( *pNewFmt ); in ChgFrmFmt() 1641 pRow->InvalidateSize(); in ChgFrmFmt() 1642 pRow->_InvalidatePrt(); in ChgFrmFmt() 1643 pRow->SetCompletePaint(); in ChgFrmFmt() 1644 pRow->ReinitializeFrmSizeAttrFlags(); in ChgFrmFmt() 1648 SwTabFrm* pTab = pRow->FindTabFrm(); in ChgFrmFmt() 1651 pRow == pTab->GetFirstNonHeadlineRow(); in ChgFrmFmt() 1653 !pRow->GetNext() || in ChgFrmFmt() [all …]
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | StaticSet.cxx | 143 … ORowSetRow pRow = new connectivity::ORowVector< connectivity::ORowSetValue >(nColumnCount); in fillAllRows() local 144 m_aSet.push_back(pRow); in fillAllRows() 146 (pRow->get())[0] = getRow(); in fillAllRows() 147 OCacheSet::fillValueRow(pRow,(pRow->get())[0]); in fillAllRows()
|
| /AOO41X/main/starmath/source/ |
| H A D | mathmlexport.cxx | 789 SvXMLElementExport *pRow=0; in ExportExpression() local 794 pRow = new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, sal_True, sal_True); in ExportExpression() 814 delete pRow; in ExportExpression() 846 SvXMLElementExport *pRow=0; in ExportTable() local 850 … pRow = new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MTR, sal_True, sal_True); in ExportTable() 855 delete pRow; in ExportTable() 1065 SvXMLElementExport *pFences=0,*pRow=0; in ExportBrace() local 1085 pRow = new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, in ExportBrace() 1094 pRow = new SvXMLElementExport(*this, XML_NAMESPACE_MATH, XML_MROW, in ExportBrace() 1109 delete pRow; in ExportBrace()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | prnsave.cxx | 64 void ScPrintSaverTab::SetRepeat( const ScRange* pCol, const ScRange* pRow ) in SetRepeat() argument 69 mpRepeatRow = pRow ? new ScRange(*pRow) : NULL; in SetRepeat()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 499 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() local 500 rLists.Insert( (void*)pRow, nCurList ); in CreateGridAjustData() 519 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() local 520 rLists.Insert( (void*)pRow, 0 ); in CreateGridAjustData() 530 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData() 531 pRow->Insert( pEntry, nIns ); in CreateGridAjustData()
|
| /AOO41X/main/sfx2/source/bastyp/ |
| H A D | helper.cxx | 440 OUString* pRow = new OUString( aRow ); in GetFolderContentProperties() local 450 pProperties->Insert( pRow, nPos ); in GetFolderContentProperties() 534 OUString* pRow = new OUString( aRow ); in GetResultSet() local 535 pList->Insert( pRow, LIST_APPEND ); in GetResultSet() 628 OUString* pRow = new OUString( aRow ); in GetHelpTreeViewContents() local 629 pProperties->Insert( pRow, LIST_APPEND ); in GetHelpTreeViewContents()
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmltabw.cxx | 588 SwWriteTableRow *pRow = aRows[0]; in Write() local 592 sal_Bool bBorder = ( pRow->bBottomBorder || pNextRow->bTopBorder ); in Write() 596 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write() 600 pRow->bBottomBorder = bBorder; in Write() 601 pRow->nBottomBorder = nBorder2; in Write() 606 pRow = pNextRow; in Write()
|
| /AOO41X/main/svx/source/fmcomp/ |
| H A D | gridcell.cxx | 266 void DbGridColumn::UpdateFromField(const DbGridRow* pRow, const Reference< XNumberFormatter >& xFor… in UpdateFromField() argument 270 else if (pRow && pRow->IsValid() && m_nFieldPos >= 0 && m_pCell && pRow->HasField(m_nFieldPos)) in UpdateFromField() 272 …PTR_CAST(FmXDataCell, m_pCell)->UpdateFromField( pRow->GetField( m_nFieldPos ).getColumn(), xForma… in UpdateFromField() 415 String DbGridColumn::GetCellText(const DbGridRow* pRow, const Reference< XNumberFormatter >& xForma… in GetCellText() argument 421 if (!pRow || !pRow->IsValid()) in GetCellText() 423 else if (pRow->HasField(m_nFieldPos)) in GetCellText() 425 aText = GetCellText( pRow->GetField( m_nFieldPos ).getColumn(), xFormatter ); in GetCellText() 460 const DbGridRow* pRow, in Paint() argument 469 if (!pRow || !pRow->IsValid()) in Paint() 477 else if (m_bAutoValue && pRow->IsNew()) in Paint() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Database/ |
| H A D | RowSet.java | 184 RowSetEventListener pRow = new RowSetEventListener(); in showRowSetEvents() local 186 xApBroad.addRowSetApproveListener(pRow); in showRowSetEvents() 187 xRowRes.addRowSetListener(pRow); in showRowSetEvents()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dptablecache.cxx | 459 void ScDPTableDataCache::AddRow( ScDPItemData* pRow, sal_uInt16 nCount ) in AddRow() argument 461 DBG_ASSERT( pRow , " empty pointer" ); in AddRow() 471 AddLabel( new ScDPItemData( pRow[i] ) ); in AddRow() 476 AddData( i, new ScDPItemData( pRow[i] ) ); in AddRow()
|