Home
last modified time | relevance | path

Searched refs:nColumns (Results 1 – 25 of 78) sorted by last modified time

1234

/trunk/main/svx/source/table/
H A Dtablemodel.cxx155 sal_Int32 nColumns = nColCount; in TableModel() local
156 while( nColumns-- ) in TableModel()
157 (*maColumns[nColumns]) = (*xSourceTable->maColumns[nColumns]); in TableModel()
180 void TableModel::init( sal_Int32 nColumns, sal_Int32 nRows ) in init() argument
185 if( nColumns < 20 ) in init()
188 if( nRows && nColumns ) in init()
190 maColumns.resize( nColumns ); in init()
194 maRows[nRows].set( new TableRow( this, nRows, nColumns ) ); in init()
196 while( nColumns-- ) in init()
197 maColumns[nColumns].set( new TableColumn( this, nColumns ) ); in init()
H A Dsvdotable.cxx236 void init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows );
280 void SdrTableObjImpl::init( SdrTableObj* pTable, sal_Int32 nColumns, sal_Int32 nRows ) in init() argument
284 mxTable->init( nColumns, nRows ); in init()
744 if( nColumns <= 0 ) in SdrTableObj()
745 nColumns = 1; in SdrTableObj()
750 init( nColumns, nRows ); in SdrTableObj()
755 void SdrTableObj::init( sal_Int32 nColumns, sal_Int32 nRows ) in init() argument
761 mpImpl->init( this, nColumns, nRows ); in init()
2708 const sal_Int32 nColumns = rEnd.mnCol - rStart.mnCol + 1; in CloneRange() local
2727 for( sal_Int32 nCol = 0; nCol < nColumns; ++nCol ) try in CloneRange()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7760 …pLine, Reference< XTable >& xTable, const std::vector< sal_Int32 > vPositions, sal_Int32 nColumns ) in ApplyCellLineAttributes() argument
7801 sal_Int32 nRow = nPosition / nColumns; in ApplyCellLineAttributes()
7802 sal_Int32 nColumn = nPosition - ( nRow * nColumns ); in ApplyCellLineAttributes()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx535 long ScrollColumns( long nColumns );
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1453 Size ListBox::CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const in CalcSize() argument
1473 if ( nColumns ) in CalcSize()
1474 aSz.Width() = nColumns * GetTextWidth( XubString( 'X' ) ); in CalcSize()
H A Dcombobox.cxx1170 Size ComboBox::CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const in CalcSize() argument
1188 if ( nColumns ) in CalcSize()
1189 aSz.Width() = nColumns * GetTextWidth( UniString( 'X' ) ); in CalcSize()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableBase.cxx226 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetRow() local
227 return nColumns ? (nChildIndex / nColumns) : 0; in implGetRow()
232 sal_Int32 nColumns = m_aTable.GetColumnCount(); in implGetColumn() local
233 return nColumns ? (nChildIndex % nColumns) : 0; in implGetColumn()
H A DAccessibleBrowseBoxTableBase.cxx222 sal_uInt16 nColumns = mpBrowseBox->GetColumnCount(); in implGetColumnCount() local
224 if( nColumns && implHasHandleColumn() ) in implGetColumnCount()
225 --nColumns; in implGetColumnCount()
226 return nColumns; in implGetColumnCount()
256 sal_Int32 nColumns = implGetColumnCount(); in implGetRow() local
257 return nColumns ? (nChildIndex / nColumns) : 0; in implGetRow()
262 sal_Int32 nColumns = implGetColumnCount(); in implGetColumn() local
263 return nColumns ? (nChildIndex % nColumns) : 0; in implGetColumn()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java820 int nColumns = 1; in getResults() local
822 nColumns *= nMemberCount; in getResults()
836 aResults[nRow] = new com.sun.star.sheet.DataResult[nColumns]; in getResults()
837 for (int nCol=0; nCol<nColumns; nCol++) in getResults()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1303 const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns(); in StateStatusLine() local
1305 SvxViewLayoutItem aViewLayout(nColumns, bBookMode); in StateStatusLine()
1323 const sal_uInt16 nColumns = pVOpt->GetViewLayoutColumns(); in StateStatusLine() local
1324 const bool bAutomaticViewLayout = 0 == nColumns; in StateStatusLine()
1670 … const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pViewLayoutItem)->GetValue(); in ExecuteStatusLine() local
1672 SetViewLayout( nColumns, bBookMode ); in ExecuteStatusLine()
1698 const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pItem)->GetValue(); in ExecuteStatusLine() local
1699 const bool bBookMode = (0 == nColumns || 0 != (nColumns % 2)) ? in ExecuteStatusLine()
1703 SetViewLayout( nColumns, bBookMode ); in ExecuteStatusLine()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx215 void SAL_CALL ScCellCursorObj::collapseToSize( sal_Int32 nColumns, sal_Int32 nRows ) in collapseToSize() argument
219 if ( nColumns <= 0 || nRows <= 0 ) in collapseToSize()
232 long nEndX = aNewRange.aStart.Col() + nColumns - 1; in collapseToSize()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx1005 sal_uInt32 nColumns; in ImpDetectPSD() local
1009 rStm >> nChannels >> nRows >> nColumns >> nDepth >> nMode; in ImpDetectPSD()
1020 aPixSize.Width() = nColumns; in ImpDetectPSD()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx91 sal_Int32& nRows, sal_Int32& nColumns );
/trunk/main/xmlhelp/source/cxxhelp/inc/qe/
H A DQuery.hxx43 QueryHit( sal_Int32 nColumns,double penalty,sal_Int32 doc,sal_Int32 begin,sal_Int32 end ) in QueryHit() argument
47 matchesL_( 2*nColumns ), in QueryHit()
48 matches_( new sal_Int32[ 2*nColumns ] ), in QueryHit()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl3793 as returned by IAccessibleTable::nRows and IAccessibleTable::nColumns.
3932 [propget] HRESULT nColumns
4073 @param [out] nColumns
4081 [out, size_is(,maxColumns), length_is(,*nColumns)] long **columns,
4082 [out, retval] long *nColumns
4391 [propget] HRESULT nColumns
4473 @param [out] nColumns
4480 [out, size_is(,*nColumns)] long **selectedColumns,
4481 [out, retval] long *nColumns
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx619 maNupColEdt.SetValue( i_rMPS.nColumns ); in initFromMultiPageSetup()
626 if( i_rMPS.nRows != 1 || i_rMPS.nColumns != 1 ) in initFromMultiPageSetup()
630 maNupOrderWin.setValues( i_rMPS.nOrder, i_rMPS.nColumns, i_rMPS.nRows ); in initFromMultiPageSetup()
2088 aMPS.nColumns = nCols; in updateNup()
H A Darrange.cxx842 sal_uInt32 nRows = 0, nColumns = 0; in getOptimalSize() local
846 if( it->m_nX >= nColumns ) in getOptimalSize()
847 nColumns = it->m_nX+1; in getOptimalSize()
853 o_rColumnWidths = std::vector< long >( nColumns, 0 ); in getOptimalSize()
855 o_rColumnPrio = std::vector< sal_Int32 >( nColumns, 0 ); in getOptimalSize()
876 for( sal_uInt32 i = 0; i < nColumns; i++ ) in getOptimalSize()
878 if( nColumns > 0 ) in getOptimalSize()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx192 if( maMultiPage.nRows * maMultiPage.nColumns > 1 && ! bNoNUP ) in getRealPaperSize()
425 aMPS.nColumns = nCols > 1 ? nCols : 1; in ImplPrintJob()
989 int nSubPages = rMPS.nRows * rMPS.nColumns; in getFilteredPageFile()
1041 long nAdvX = aMPArea.Width() / rMPS.nColumns; in getFilteredPageFile()
1072 nCellX = (nSubPage % rMPS.nColumns); in getFilteredPageFile()
1073 nCellY = (nSubPage / rMPS.nColumns); in getFilteredPageFile()
1080 nCellX = rMPS.nColumns - 1 - (nSubPage % rMPS.nColumns); in getFilteredPageFile()
1081 nCellY = (nSubPage / rMPS.nColumns); in getFilteredPageFile()
1084 nCellX = rMPS.nColumns - 1 - (nSubPage / rMPS.nRows); in getFilteredPageFile()
1123 int nDiv = mpImplData->maMultiPage.nRows * mpImplData->maMultiPage.nColumns; in getFilteredPageCount()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx408 int nColumns; member
421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
H A Dlstbox.hxx214 Size CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const;
H A Dcombobox.hxx179 Size CalcSize( sal_uInt16 nColumns, sal_uInt16 nLines ) const;
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx389 const USHORT nColumns = static_cast<const SvxViewLayoutItem*>(pViewLayoutItem)->GetValue(); in SvxZoomDialog() local
392 if ( 0 == nColumns ) in SvxZoomDialog()
399 else if ( 1 == nColumns) in SvxZoomDialog()
411 aColumnsEdit.SetValue( nColumns ); in SvxZoomDialog()
412 if ( 0 != nColumns % 2 ) in SvxZoomDialog()
417 aColumnsEdit.SetValue( nColumns ); in SvxZoomDialog()
/trunk/main/toolkit/source/layout/vcl/
H A Dwcontainer.cxx139 Table::Table( sal_Int32 nBorder, sal_Int32 nColumns ) in Table() argument
144 uno::Any( nColumns ) ); in Table()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx727 Table( sal_Int32 nBorder, sal_Int32 nColumns );
/trunk/main/sw/source/ui/utlui/
H A Dviewlayoutctrl.cxx99 const sal_uInt16 nColumns = static_cast<const SvxViewLayoutItem*>( pState )->GetValue(); in StateChanged() local
103 if ( 1 == nColumns ) in StateChanged()
106 else if ( 0 == nColumns ) in StateChanged()
109 else if ( bBookMode && 2 == nColumns ) in StateChanged()
170 sal_uInt16 nColumns = 1; in MouseButtonDown() local
178 nColumns = 1; in MouseButtonDown()
183 nColumns = 0; in MouseButtonDown()
188 nColumns = 2; in MouseButtonDown()
193 SvxViewLayoutItem aViewLayout( nColumns, bBookMode ); in MouseButtonDown()

Completed in 215 milliseconds

1234