Home
last modified time | relevance | path

Searched refs:pCol (Results 1 – 25 of 89) sorted by relevance

1234

/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx113 SwFrm *pCol = pLay->Lower(); in lcl_FindColumns() local
117 if ( pCol && pCol->IsColumnFrm() ) in lcl_FindColumns()
119 SwFrm *pTmp = pCol; in lcl_FindColumns()
148 if ( pCol && pCol->IsColumnFrm() ) in lcl_AddColumns()
149 for ( nAdd = 1; pCol; pCol = pCol->GetNext(), ++nAdd ) in lcl_AddColumns()
222 SwFrm* pCol = Lower(); in ChgColumns() local
223 while( 0 != (pCol=pCol->GetNext()) ) in ChgColumns()
349 pCol; in AdjustColumns()
350 pCol = (SwLayoutFrm*)pCol->GetNext() ) in AdjustColumns()
444 pCol = bR2L ? pCol->GetPrev() : pCol->GetNext(); in AdjustColumns()
[all …]
H A Dsectfrm.cxx388 while ( 0 != ( pCol = (SwColumnFrm*)pCol->GetNext() ) ) in Paste()
988 pCol = (SwColumnFrm*)pCol->GetNext(); in lcl_FindEndnote()
1012 pCol = (SwColumnFrm*)pCol->GetNext(); in lcl_ColumnRefresh()
1809 pCol = NULL; in GetPrevSctLeaf()
1811 if( pCol ) in GetPrevSctLeaf()
1817 pCol = (SwLayoutFrm*)pCol->GetPrev(); in GetPrevSctLeaf()
1830 pCol = (SwLayoutFrm*)pCol->Lower(); in GetPrevSctLeaf()
1833 pCol = NULL; in GetPrevSctLeaf()
1845 return pCol; in GetPrevSctLeaf()
2338 pCol = pCol->GetPrev(); in _GetIndPrev()
[all …]
H A Datrfrm.cxx940 pCol->SetLeft ( nHalf ); in SetGutterWidth()
941 pCol->SetRight( nHalf ); in SetGutterWidth()
943 pCol->SetLeft( 0 ); in SetGutterWidth()
945 pCol->SetRight( 0 ); in SetGutterWidth()
959 aColumns.Insert( pCol, i ); in Init()
1014 SwColumn *pCol = aColumns[0]; in Calc() local
1017 pCol->SetLeft ( 0 ); in Calc()
1026 pCol = aColumns[i]; in Calc()
1037 pCol->SetWishWidth( nAvail ); in Calc()
1039 pCol->SetRight( 0 ); in Calc()
[all …]
H A Dwsfrm.cxx3414 pCol = (SwLayoutFrm*)pCol->GetNext(); in lcl_CalcMinColDiff()
3415 while ( pCol && 0 == (pFrm = pCol->Lower()) ) in lcl_CalcMinColDiff()
3416 pCol = (SwLayoutFrm*)pCol->GetNext(); in lcl_CalcMinColDiff()
3418 } while ( pFrm && pCol ); in lcl_CalcMinColDiff()
3606 pCol = (SwLayoutFrm*)pCol->GetNext(); in FormatWidthCols()
3612 ASSERT( pCol && pCol->GetNext(), ":-( Spalten auf Urlaub?"); in FormatWidthCols()
3619 pCol = (SwLayoutFrm*)pCol->GetNext(); in FormatWidthCols()
3629 while( pCol ) in FormatWidthCols()
3664 pCol = (SwLayoutFrm*)pCol->GetNext(); in FormatWidthCols()
3786 while ( pCol ) in FormatWidthCols()
[all …]
H A Dpaintfrm.cxx406 pColor( pCol ), in SwLineRect()
463 ((!rLRect.GetColor() && !pCol) || in AddLineRect()
464 (rLRect.GetColor() && pCol && *rLRect.GetColor() == *pCol)) ) in AddLineRect()
5047 const SwFrm *pCol = Lower(); in PaintColLines() local
5048 if ( !pCol || !pCol->IsColumnFrm() ) in PaintColLines()
5051 …SwRectFn fnRect = pCol->IsVertical() ? ( pCol->IsVertLR() ? fnRectVertL2R : fnRectVert ) : fnRectH… in PaintColLines()
5086 while ( pCol->GetNext() ) in PaintColLines()
5092 pCol = pCol->GetNext(); in PaintColLines()
5809 const Color* pCol; in PaintBackground() local
5900 if( pCol ) in PaintBackground()
[all …]
H A Dflowfrm.cxx1303 if ( pCol ) in IsColBreak()
1314 { if ( pCol == pPrev->FindColFrm() ) in IsColBreak()
1318 { if ( pCol != pPrev->FindColFrm() ) in IsColBreak()
1904 SwFrm *pCol = rThis.FindColFrm(); in CheckMoveFwd() local
1908 if( pTmp != pCol ) in CheckMoveFwd()
1911 pCol = pTmp; in CheckMoveFwd()
1975 if ( !pCol || !pCol->GetPrev() ) in MoveFwd()
2331 if ( pCol->GetPrev() ) in MoveBwd()
2332 pCol = pCol->GetPrev(); in MoveBwd()
2338 if ( pCol ) in MoveBwd()
[all …]
H A Dfrmtool.cxx1719 if( pCol ) in MakeFrms()
1720 pCol = (SwColumnFrm*)pCol->GetNext(); in MakeFrms()
1723 if( pCol && !pMove ) in MakeFrms()
1727 if( pCol->GetNext() ) in MakeFrms()
1728 pCol = (SwColumnFrm*)pCol->GetNext(); in MakeFrms()
1729 else if( pCol->IsInSct() ) in MakeFrms()
1734 pCol = (SwColumnFrm*)pCol->FindSctFrm()->FindColFrm(); in MakeFrms()
1735 if( pCol ) in MakeFrms()
1736 pCol = (SwColumnFrm*)pCol->GetNext(); in MakeFrms()
1739 pCol = NULL; in MakeFrms()
[all …]
/trunk/main/sc/source/core/data/
H A Ddociter.cxx117 nColRow = (nColPos < pCol->nCount) ? pCol->pItems[nColPos].nRow : MAXROW+1; in GetThisCol()
339 while (( nColRow < pCol->nCount ) && ( pCol->pItems[nColRow].nRow < nRow )) in GetThis()
342 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis()
446 if ( nIdx < pCol->nCount && pCol->pItems[nIdx].nRow == nRow ) in GetCurNumFmtInfo()
476 pCol->Search( nRow, nColRow ); in GetFirst()
519 return pCol->pAttrArray; in GetAttrArrayByCol()
1071 while ( (nColRow < pCol->nCount) && (pCol->pItems[nColRow].nRow < nRow) ) in GetThis()
1074 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis()
1181 while ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow < nRow ) in GetThis()
1413 if (!pCol->nCount) in BinarySearch()
[all …]
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx388 Table* pCol; in CreatePositionMap() local
406 pCol = pNewRowTable; in CreatePositionMap()
414 pCol = pNewRowTable; in CreatePositionMap()
461 pCol = new Table; in CreatePositionMap()
462 pCols->Insert( 0, pCol ); in CreatePositionMap()
465 if ( pCol->Count() > 0 ) in CreatePositionMap()
471 pCol->Replace( pCol->GetCurKey(), (void*)0 ); in CreatePositionMap()
475 pCol->Insert( 0, (void*)0 ); in CreatePositionMap()
501 for ( pCol = (Table*) pCols->First(); pCol; pCol = (Table*) pCols->Next() ) in CreatePositionMap()
503 delete pCol; in CreatePositionMap()
[all …]
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx324 if( pCol->HasLeftBorder() ) in GetLeftSpace()
342 if( pCol->HasRightBorder() ) in GetRightSpace()
497 delete pCol; in CollectTableRowsCols()
499 aCols.Insert( pCol ); in CollectTableRowsCols()
711 if (pCol) in FillTableRowsCols()
719 if (pCol) in FillTableRowsCols()
783 aCols.Insert( pCol ); in SwWriteTable()
820 SwWriteTableCol *pCol = in SwWriteTable() local
831 aCols.Insert( pCol ); in SwWriteTable()
889 pCol->bLeftBorder = sal_False; in SwWriteTable()
[all …]
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx431 SwColumn* pCol = rCols[i]; in Paint() local
466 SwColumn* pCol = rCols[i]; in SetColumns() local
467 long nWish = pCol->GetWishWidth(); in SetColumns()
471 long nLeft = pCol->GetLeft(); in SetColumns()
474 pCol->SetLeft((sal_uInt16)nLeft); in SetColumns()
475 long nRight = pCol->GetRight(); in SetColumns()
478 pCol->SetRight((sal_uInt16)nRight); in SetColumns()
487 SwColumn* pCol = rCols[i]; in SetColumns() local
489 nColumnWidthSum -= (pCol->GetRight() + pCol->GetLeft()); in SetColumns()
494 SwColumn* pCol = rCols[i]; in SetColumns() local
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx724 if ( pCol->Width() > 4 ) in Paint()
744 nX += pCol->Width(); in Paint()
998 pCol = pCols->GetObject(nCol); in ImplPaintData()
999 if (!pCol) in ImplPaintData()
1027 if (pCol->Width()) in ImplPaintData()
1040 if (pCol->GetId() != 0) in ImplPaintData()
1062 aPos.X() += pCol->Width(); in ImplPaintData()
1137 pCol = pCols->GetObject(nCol); in ImplPaintData()
1141 aVertPos.X() += pCol->Width(); in ImplPaintData()
1150 if ( pCol->GetId() != 0 ) in ImplPaintData()
[all …]
H A Dbrwbox1.cxx603 if ( pCol->Flags() != nFlags ) in SetColumnMode()
631 BrowserColumn *pCol = pCols->GetObject(nItemPos); in SetColumnTitle() local
632 if ( pCol->Title() != rTitle ) in SetColumnTitle()
635 ::rtl::OUString sOld(pCol->Title()); in SetColumnTitle()
637 pCol->Title() = rTitle; in SetColumnTitle()
730 BrowserColumn *pCol = pCols->GetObject(nCol); in SetColumnWidth() local
731 if ( pCol->IsFrozen() || nCol >= nFirstCol ) in SetColumnWidth()
732 nX += pCol->Width(); in SetColumnWidth()
2386 BrowserColumn *pCol = pCols->GetObject(nCol); in GetColumnAtXPosPixel() local
2387 if ( pCol->IsFrozen() || nCol >= nFirstCol ) in GetColumnAtXPosPixel()
[all …]
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx134 SimT* pCol = NULL; in getByIndex() local
135 m_pCollection->get_Item(OLEVariant(Index),&pCol); in getByIndex()
136 if(!pCol) in getByIndex()
139 OCl* pIndex = new OCl(pCol); in getByIndex()
152 SimT* pCol = NULL; in getByName() local
153 m_pCollection->get_Item(OLEVariant(aName),&pCol); in getByName()
154 if(!pCol) in getByName()
157 OCl* pIndex = new OCl(pCol); in getByName()
188 SimT* pCol = NULL; in hasByName() local
189 m_pCollection->get_Item(OLEVariant(aName),&pCol); in hasByName()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx99 SwColumn* pCol = rCols[i]; in lcl_FillSvxColumn() local
100 nInnerWidth -= pCol->GetLeft() + pCol->GetRight(); in lcl_FillSvxColumn()
109 SwColumn* pCol = rCols[i]; in lcl_FillSvxColumn() local
156 SwColumn* pCol = rArr[i]; in lcl_ConvertToCols() local
159 pCol->SetLeft( nLeft ); in lcl_ConvertToCols()
160 pCol->SetRight( nRight ); in lcl_ConvertToCols()
161 nSumAll += pCol->GetWishWidth(); in lcl_ConvertToCols()
241 long nVal = pCol->GetWishWidth(); in ResizeFrameCols()
244 nVal = pCol->GetLeft(); in ResizeFrameCols()
246 pCol->SetLeft((sal_uInt16) nVal); in ResizeFrameCols()
[all …]
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx483 const SwFmtCol *pCol = 0; in lcl_html_GetFmtCol() local
491 pCol = (const SwFmtCol *)pItem; in lcl_html_GetFmtCol()
494 return pCol; in lcl_html_GetFmtCol()
528 const SwFmtCol *pCol, in lcl_html_OutSectionStartTag() argument
531 ASSERT( pCol || !bContinued, "Continuation of DIV" ); in lcl_html_OutSectionStartTag()
602 else if( pCol ) in lcl_html_OutSectionStartTag()
605 += ByteString::CreateFromInt32( pCol->GetNumCols() ); in lcl_html_OutSectionStartTag()
608 sal_uInt16 nGutter = pCol->GetGutterWidth( sal_True ); in lcl_html_OutSectionStartTag()
636 const SwFmtCol *pCol ) in lcl_html_OutSectionEndTag() argument
670 if( pCol ) in OutHTML_Section()
[all …]
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2155 if( pCol ) in ChgTextToNum()
2173 if( pCol ) in ChgTextToNum()
2178 rBox.SetSaveNumFmtColor( pCol ); in ChgTextToNum()
2242 Color* pCol = 0; in ChgNumToText() local
2287 if( pCol ) in ChgNumToText()
2305 if( pCol ) in ChgNumToText()
2310 rBox.SetSaveNumFmtColor( pCol ); in ChgNumToText()
2494 Color* pCol = 0; in Modify() local
2593 Color* pCol = 0; in IsNumberChanged() local
2600 *pCol == *GetSaveNumFmtColor() )); in IsNumberChanged()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx317 if (pCol && nCol>=nHeaderColCount) in Chart2PositionMap()
379 if (pCol) in Chart2PositionMap()
399 pCol = static_cast<Table*>(rCols.Next()); in Chart2PositionMap()
714 Table* pCol = NULL; in createPositionMap() local
743 if (!pCol) in createPositionMap()
794 pCol = static_cast<Table*>(pCols->First()); in createPositionMap()
795 if (pCol) in createPositionMap()
813 … for (pCol = static_cast<Table*>(pCols->Next()); pCol; pCol = static_cast<Table*>(pCols->Next())) in createPositionMap()
814 pCol->Insert(nKey, NULL); in createPositionMap()
824 … for (pCol = static_cast<Table*>(pCols->First()); pCol; pCol = static_cast<Table*>(pCols->Next())) in createPositionMap()
[all …]
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx607 if( ! pCol || COL_TRANSPARENT == pCol->GetColor() ) in lcl_IsDarkBackground()
623 if ( !pCol ) in lcl_IsDarkBackground()
624 pCol = &pItem->GetColor(); in lcl_IsDarkBackground()
628 if ( pCol->GetColor() == COL_TRANSPARENT) in lcl_IsDarkBackground()
629 pCol = NULL; in lcl_IsDarkBackground()
632 pCol = NULL; in lcl_IsDarkBackground()
636 if( !pCol ) in lcl_IsDarkBackground()
637 pCol = &aGlobalRetoucheColor; in lcl_IsDarkBackground()
639 return pCol->IsDark(); in lcl_IsDarkBackground()
894 if ( pCol ) in lcl_DrawSpecial()
[all …]
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx790 SwFrm* pCol = pParent->Lower(); in getExtendedAttributes() local
791 while(pCol&&(pCol!=pCurrPageCol)) in getExtendedAttributes()
793 pCol = pCol->GetNext(); in getExtendedAttributes()
843 SwFrm* pCol = pParent->Lower(); in getExtendedAttributes() local
844 while(pCol&&(pCol!=pCurrCol)) in getExtendedAttributes()
846 pCol = pCol->GetNext(); in getExtendedAttributes()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx243 Color* pCol; in SetFormatType() local
262 || ((SvNumberformat*)pFmt)->GetOutputString( fVal, sValue, &pCol ) in SetFormatType()
268 pFormatter->GetOutputString( sTxt, nFormat, sValue, &pCol); in SetFormatType()
342 Color* pCol = 0; in SetDefFormat() local
347 pFormatter->GetOutputString(sTxt, nDefFmt, sValue, &pCol); in SetDefFormat()
350 pFormatter->GetOutputString(fValue, nDefFmt, sValue, &pCol); in SetDefFormat()
/trunk/main/forms/source/component/
H A DGrid.cxx866 OGridColumn* pCol = getColumnImplementation( _rxObject ); in approveNewElement() local
867 if ( !pCol ) in approveNewElement()
874 static_cast< ColumnDescription* >( _pElement )->pColumn = pCol; in approveNewElement()
897 OGridColumn* pCol; in write() local
901 pCol = getColumnImplementation(m_aItems[i]); in write()
902 …DBG_ASSERT(pCol != NULL, "OGridControlModel::write : such items should never reach it into my cont… in write()
904 _rxOutStream << pCol->getModelName(); in write()
912 pCol->write(_rxOutStream); in write()
1031 OGridColumn* pCol = getColumnImplementation(xCol); in read() local
1032 pCol->read(_rxInStream); in read()
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx392 OColumns* pCol = new OColumns(*this, m_aMutex, NULL, isCaseSensitive(), _rNames, this,this, in createColumns() local
395 static_cast<OColumnsHelper*>(pCol)->setParent(this); in createColumns()
396 pCol->setParent(*this); in createColumns()
397 …m_pColumnMediator = new OContainerMediator( pCol, m_xColumnDefinitions, getConnection(), OContaine… in createColumns()
398 pCol->setMediator( m_pColumnMediator.get() ); in createColumns()
399 return pCol; in createColumns()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx503 Color* pCol = 0; in ExpandValue() local
538 pFormatter->GetOutputString(sValue, nFmt, sExpand, &pCol); in ExpandValue()
541 pFormatter->GetOutputString(rVal, nFmt, sExpand, &pCol); in ExpandValue()
795 Color* pCol = 0; in GetExpandedFormula() local
803 pFormatter->GetOutputString(sValue, nFmt, sFormattedValue, &pCol); in GetExpandedFormula()
806 pFormatter->GetOutputString(GetValue(), nFmt, sFormattedValue, &pCol); in GetExpandedFormula()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1335 DbGridColumn* pCol; in queryFieldDataType() local
1351 pCol = aColumns.GetObject(nModelPos); in queryFieldDataType()
1406 DbGridColumn* pCol; in queryFieldData() local
1414 pCol = aColumns.GetObject(nModelPos); in queryFieldData()
1415 xFieldContent = xPaintRow->HasField( pCol->GetFieldPos() ) in queryFieldData()
1547 DbGridColumn* pCol = pGrid->GetColumns().GetObject(i); in propertyChange() local
1549 pCol->SetAlignmentFromModel(-1); in propertyChange()
1832 pCol->setModel(xNewColumn); in elementInserted()
1836 pGrid->HideColumn(pCol->GetId()); in elementInserted()
1891 pCol->setModel(xNewColumn); in elementReplaced()
[all …]

Completed in 265 milliseconds

1234