Home
last modified time | relevance | path

Searched refs:pRow (Results 26 – 50 of 52) sorted by relevance

123

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1172 const SwFrm* pRow = pFrm->GetUpper(); in lcl_GetRowNumber() local
1173 while ( !pRow->GetUpper()->IsTabFrm() ) in lcl_GetRowNumber()
1174 pRow = pRow->GetUpper(); in lcl_GetRowNumber()
1176 const SwTabFrm* pTabFrm = (const SwTabFrm*)pRow->GetUpper(); in lcl_GetRowNumber()
1177 const SwTableLine* pTabLine = static_cast<const SwRowFrm*>(pRow)->GetTabLine(); in lcl_GetRowNumber()
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx635 HPBYTE pRow = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() local
684 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()
692 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx820 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefinition() local
826 for( sal_uInt16 i = 0; i < pRow->GetCells().Count(); i++ ) in TableDefinition()
828 SwWriteTableCell *pCell = pRow->GetCells( )[ i ]; in TableDefinition()
860 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableDefaultBorders() local
861 SwWriteTableCell *pCell = pRow->GetCells( )[ pTableTextNodeInfoInner->getCell( ) ]; in TableDefaultBorders()
906 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableBackgrounds() local
907 SwWriteTableCell *pCell = pRow->GetCells( )[ pTableTextNodeInfoInner->getCell( ) ]; in TableBackgrounds()
982 SwWriteTableRow *pRow = aRows[ pTableTextNodeInfoInner->getRow( ) ]; in TableVerticalCell() local
983 SwWriteTableCell *pCell = pRow->GetCells( )[ pTableTextNodeInfoInner->getCell( ) ]; in TableVerticalCell()
H A Dwrtw8nds.cxx2514 static bool RowContainsProblematicGraphic( const SwWriteTableCellPtr *pRow,
2520 if ( CellContainsProblematicGraphic( pRow[nI], rExport ) )
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1857 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in ReplaceWithEmptyCell() local
1859 pRow->GetCell( j )->SetStartNode( pSttNd ); in ReplaceWithEmptyCell()
1980 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in MakeTableBox() local
1983 bSplit = ( 1UL == pRow->GetCell(j)->GetRowSpan() ); in MakeTableBox()
2654 SwXMLTableRow_Impl *pRow = (*pRows)[(sal_uInt16)i]; in _MakeTable() local
2657 bSplit = ( 1UL == pRow->GetCell(j)->GetRowSpan() ); in _MakeTable()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx987 HPBYTE pRow = (HPBYTE) pDstBuf; in ImplDecodeRLEBuffer() local
1036 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()
1044 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx1177 void ScNavigatorDlg::UpdateRow( const SCROW* pRow ) in UpdateRow() argument
1179 if ( pRow ) in UpdateRow()
1180 nCurRow = *pRow; in UpdateRow()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx698 void CreateGridAjustData( SvPtrarr& pLists, SvLBoxEntry* pRow=0);
3610 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() local
3611 rLists.Insert( (void*)pRow, nCurList ); in CreateGridAjustData()
3632 SvPtrarr* pRow = new SvPtrarr; in CreateGridAjustData() local
3633 rLists.Insert( (void*)pRow, 0 ); in CreateGridAjustData()
3642 sal_uInt16 nIns = GetSortListPos( pRow, rRect.Left(), sal_False ); in CreateGridAjustData()
3643 pRow->Insert( pEntry, nIns ); in CreateGridAjustData()
H A Dimivctl.hxx578 void CreateGridAjustData( SvPtrarr& pLists, SvxIconChoiceCtrlEntry* pRow=0);
H A Dtemplwin.cxx678 ::rtl::OUString* pRow = new ::rtl::OUString( aRow ); in GetNewDocContents()
679 aNewDocs.Insert( pRow, LIST_APPEND ); in GetNewDocContents()
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dhf_navi_main.hxx76 Xml::Element * pRow; member in HF_NaviMainRow
/trunk/main/sc/inc/
H A Dprnsave.hxx48 void SetRepeat( const ScRange* pCol, const ScRange* pRow );
H A Ddptablecache.hxx80 void AddRow( ScDPItemData* pRow, sal_uInt16 nCount );
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1425 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow() local
1426 SwFrmFmt* pRowFmt = pRow->ClaimFrmFmt(); in NewSplitRow()
1437 SwTableLine* pRow = GetTabLines()[ nFirst ]; in NewSplitRow() local
1438 SwFrmFmt* pRowFmt = pRow->ClaimFrmFmt(); in NewSplitRow()
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx428 OUString* pRow = new OUString( aRow ); in GetResultSet() local
429 pList->Insert( pRow, LIST_APPEND ); in GetResultSet()
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx299 void UpdateRow ( const SCROW* pRow = NULL );
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1060 FmFilterItems* pRow = (FmFilterItems*)pEntry->GetUserData(); in Paint() local
1061 FmFormItem* pForm = (FmFormItem*)pRow->GetParent(); in Paint()
1064 …l bIsCurrentFilter = pForm->GetChildren()[ pForm->GetFilterController()->getActiveTerm() ] == pRow; in Paint()
H A Dformcontroller.cxx3172 const Sequence < PropertyValue >* pRow = aFilterRows.getConstArray(); in setFilter() local
3178 const PropertyValue* pRefValues = pRow[i].getConstArray(); in setFilter()
3179 for (sal_Int32 j = 0, nLen1 = pRow[i].getLength(); j < nLen1; j++) in setFilter()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx239 const SwLayoutFrm* pRow = pTab->GetFirstNonHeadlineRow(); in GetBodyTxtNode() local
240 pCntFrm = pRow->ContainsCntnt(); in GetBodyTxtNode()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1186 HTMLTableRow *pRow = (*pRows)[i]; in CreateLayoutInfo() local
1190 pRow->GetCell(j)->CreateLayoutInfo(); in CreateLayoutInfo()
2060 HTMLTableRow *pRow = (*pRows)[i]; in SetBorders() local
2063 HTMLTableCell *pCell = pRow->GetCell(j); in SetBorders()
2310 HTMLTableRow *pRow = (*pRows)[nCurRow]; in CloseRow() local
2319 HTMLTableCell *pCell = pRow->GetCell(--i); in CloseRow()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx309 SwWriteTableRow *pRow );
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx114 long MA_FASTCALL CalcRowRstHeight( SwLayoutFrm *pRow );
/trunk/main/svx/source/inc/
H A Dgridcell.hxx157 const DbGridRow* pRow,
172 …void UpdateFromField(const DbGridRow* pRow, const ::com::sun::star::uno::Reference< ::com::sun::st…
178 …XubString GetCellText(const DbGridRow* pRow, const ::com::sun::star::uno::Reference< ::com::sun::…
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx1185 const SwRowFrm* pRow = GetRowFrm( *pSelBox->GetUpper() ); in OldSplitRow() local
1186 ASSERT( pRow, "wo ist der Frm von der SwTableLine?" ) in OldSplitRow()
1187 SWRECTFN( pRow ) in OldSplitRow()
1188 pRowHeights[ n ] = (pRow->Frm().*fnRect->fnGetHeight)(); in OldSplitRow()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2268 const uno::Sequence< uno::Reference< text::XTextRange > >* pRow = in convertToTable() local
2274 m_pImpl->ConvertCell((nCell == 0) && (nRow == 0), pRow[nCell], in convertToTable()

Completed in 283 milliseconds

123