Home
last modified time | relevance | path

Searched refs:nCol (Results 1 – 25 of 467) sorted by path

12345678910>>...19

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderCell.cxx132 sal_uInt16 nCol = (sal_uInt16)_nRowColIndex; in getRectangle() local
136 nCol = 0; in getRectangle()
139 Rectangle aRet(_pBrowseBox->GetFieldRectPixelAbs( nRow , nCol, sal_True, _bOnScreen)); in getRectangle()
H A Daccessibletablistboxtable.cxx129 sal_uInt16 nCol = m_pTabListBox->GetCurrColumn(); in ProcessWindowEvent() local
131 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
138 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
226 sal_uInt16 nCol = m_pTabListBox->GetCurrColumn(); in ProcessWindowEvent() local
228 if ( m_pTabListBox->IsCellCheckBox( nRow, nCol, eState ) ) in ProcessWindowEvent()
231 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
234 pCell->SetChecked( m_pTabListBox->IsItemChecked( pEntry, nCol ) ); in ProcessWindowEvent()
251 sal_uInt16 nCol = pData->m_nColumn; in ProcessWindowEvent() local
253 m_pTabListBox->CreateAccessibleCell( nRow, nCol ); in ProcessWindowEvent()
256 ::rtl::OUString sNewText( m_pTabListBox->GetCellText( nRow, nCol ) ); in ProcessWindowEvent()
[all …]
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx239 for( int nCol = 0; nCol < nWidth; ++nCol ) in grabFrame() local
251 pAcc->SetPixel( nRow, nCol, aPixel ); in grabFrame()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx276 for ( sal_uInt16 nCol = 1; nCol < nCount; ++nCol ) in InitEntry() local
278 SvLBoxString* pCol = (SvLBoxString*)pEntry->GetItem( nCol ); in InitEntry()
280 pEntry->ReplaceItem( pStr, nCol ); in InitEntry()
/trunk/main/basic/source/classes/
H A Ddisas.cxx657 sal_uInt32 nCol = nOp2 & 0xFF; in StmntOp() local
659 rText += String::CreateFromInt32( nCol ); in StmntOp()
H A Dsbxmod.cxx1514 const sal_uInt8* SbModule::FindNextStmnt( const sal_uInt8* p, sal_uInt16& nLine, sal_uInt16& nCol )… in FindNextStmnt()
1516 return FindNextStmnt( p, nLine, nCol, sal_False ); in FindNextStmnt()
1519 const sal_uInt8* SbModule::FindNextStmnt( const sal_uInt8* p, sal_uInt16& nLine, sal_uInt16& nCol, in FindNextStmnt() argument
1543 nLine = (sal_uInt16)nl; nCol = (sal_uInt16)nc; in FindNextStmnt()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx41 nCol = 0; in SbiCodeGen()
57 nCol = pParser->GetCol1(); in Statement()
61 nCol = (nCol & 0xff) + 0x100 * nForLevel; in Statement()
71 Gen( _STMNT, nLine, nCol ); in GenStmnt()
H A Dscanner.cxx56 nCol = 0; in SbiScanner()
209 nCol1 = nCol; in NextSym()
221 nCol++; in NextSym()
233 short n = nCol; in NextSym()
235 nCol++; in NextSym()
278 nCol++; in NextSym()
369 nCol++; in NextSym()
376 pLine++; nCol++; in NextSym()
393 pLine--; nCol--; nCol1 = nCol-1; aSym = '&'; return SYMBOL; in NextSym()
488 pLine += n-1; nCol = nCol + n; in NextSym()
[all …]
H A Dtoken.cxx575 sal_uInt16 nOldCol = nCol; in Next()
600 nCol = nOldCol; in Next()
/trunk/main/basic/source/inc/
H A Dcodegen.hxx37 short nLine, nCol; // Zeile, Spalte fuer Stmnt-Befehl member in SbiCodeGen
H A Dscanner.hxx54 short nCol; // aktuelle Spaltennummer member in SbiScanner
/trunk/main/basic/source/runtime/
H A Dmethods.cxx3961 sal_Int16 nCol = rPar.Get(1)->GetInteger(); in RTLFUNC() local
3962 if( nCol < 0 || nCol > 15 ) in RTLFUNC()
3967 sal_Int32 nRGB = pRGB[ nCol ]; in RTLFUNC()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx1124 sal_uInt8 nCol( static_cast< sal_uInt8 >( in fillTexturedPolyPolygon() local
1127 &nCol ); in fillTexturedPolyPolygon()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx709 …beans::XPropertySet > SAL_CALL DiagramWrapper::getDataPointProperties( sal_Int32 nCol, sal_Int32 n… in getDataPointProperties() argument
713 if( nCol < 0 || nRow < 0 ) in getDataPointProperties()
727 DataSeriesPointWrapper::DATA_POINT, nNewAPIIndex, nCol, m_spChart2ModelContact ) ); in getDataPointProperties()
H A DDiagramWrapper.hxx110 …::com::sun::star::beans::XPropertySet > SAL_CALL getDataPointProperties( sal_Int32 nCol, sal_Int32…
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx105 sal_Int32 lcl_getColumnInData( sal_uInt16 nCol ) in lcl_getColumnInData() argument
107 return static_cast< sal_Int32 >( nCol ) - 1; in lcl_getColumnInData()
484 nColIdx = lcl_getColumnInData( nCol ); in lcl_getColumnInDataOrHeader()
1078 long nCol = GetCurColumnId(); in IsTabAllowed() local
1095 nCol != nBadCol ); in IsTabAllowed()
1103 if( CellContainsNumbers( nRow, nCol )) in GetController()
1118 String aText( GetCellText( nRow, nCol ) ); in InitController()
1126 if( ::rtl::math::isNan( GetCellNumber( nRow, nCol ))) in InitController()
1183 switch( m_apDataBrowserModel->getCellType( nCol, nRow )) in SaveModified()
1400 for ( sal_uInt16 nCol = 0; nCol < ColCount(); ++nCol ) in GetTotalWidth() local
[all …]
H A DDataBrowser.hxx61 virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol );
62 … virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol );
147 bool CellContainsNumbers( sal_Int32 nRow, sal_uInt16 nCol ) const;
149 sal_uInt32 GetNumberFormatKey( sal_Int32 nRow, sal_uInt16 nCol ) const;
/trunk/main/chart2/source/tools/
H A DInternalData.cxx142 for( sal_Int32 nCol=0; nCol < nMax; ++nCol ) in setData() local
144 m_aData[nDataIdx] = rDataInRows[nRow][nCol]; in setData()
293 for( int nCol=0; nCol<m_nColumnCount; ++nCol ) in enlargeData() local
320 int nCol=0; in insertColumn() local
321 for( ; nCol<=nAfterIndex; ++nCol ) in insertColumn()
322 aNewData[ ::std::slice( nCol, m_nRowCount, nNewColumnCount ) ] = in insertColumn()
325 for( ++nCol; nCol<nNewColumnCount; ++nCol ) in insertColumn()
326 aNewData[ ::std::slice( nCol, m_nRowCount, nNewColumnCount ) ] = in insertColumn()
408 int nCol=0; in deleteColumn() local
409 for( ; nCol<nAtIndex; ++nCol ) in deleteColumn()
[all …]
H A DXMLRangeHelper.cxx94 sal_Int32 nCol = rCell.nColumn; in lcl_getXMLStringForCell() local
100 if( nCol < 26 ) in lcl_getXMLStringForCell()
101 aBuffer.append( (sal_Unicode)('A' + nCol) ); in lcl_getXMLStringForCell()
102 else if( nCol < 702 ) in lcl_getXMLStringForCell()
104 aBuffer.append( (sal_Unicode)('A' + nCol / 26 - 1 )); in lcl_getXMLStringForCell()
105 aBuffer.append( (sal_Unicode)('A' + nCol % 26) ); in lcl_getXMLStringForCell()
109 aBuffer.append( (sal_Unicode)('A' + nCol / 702 - 1 )); in lcl_getXMLStringForCell()
110 aBuffer.append( (sal_Unicode)('A' + (nCol % 702) / 26 )); in lcl_getXMLStringForCell()
111 aBuffer.append( (sal_Unicode)('A' + nCol % 26) ); in lcl_getXMLStringForCell()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx453 uno::Reference< beans::XPropertySet > SAL_CALL SampleAddIn::getDataPointProperties( sal_Int32 nCol,… in getDataPointProperties() argument
461 return xDia->getDataPointProperties( nCol, nRow ); in getDataPointProperties()
H A Dsampleaddin.hxx87 …:sun::star::beans::XPropertySet > SAL_CALL getDataPointProperties( sal_Int32 nCol, sal_Int32 nRow )
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx171 getGFieldType( guint nCol ) in getGFieldType() argument
176 if ( nCol < nFields ) in getGFieldType()
177 return ((GParamSpec *)pFields[nCol]->pField)->value_type; in getGFieldType()
182 getFieldType( guint nCol ) in getFieldType() argument
184 sal_Int32 nType = getGFieldType( nCol ); in getFieldType()
206 getFieldTypeName( guint nCol ) in getFieldTypeName() argument
208 switch( getFieldType( nCol ) ) in getFieldTypeName()
221 getFieldName( guint nCol ) in getFieldName() argument
223 const GParamSpec *pSpec = getField( nCol )->pField; in getFieldName()
H A DNDatabaseMetaData.hxx66 GType getGFieldType(guint nCol) ;
67 sal_Int32 getFieldType(guint nCol) ;
68 rtl::OUString getFieldTypeName(guint nCol) ;
69 rtl::OUString getFieldName(guint nCol) ;
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dcolor.hxx54 inline sal_uInt8 getRed( Color::IntSRGBA nCol ) in getRed() argument
56 return static_cast<sal_uInt8>( (nCol&0xFF000000U) >> 24U ); in getRed()
59 inline sal_uInt8 getGreen( Color::IntSRGBA nCol ) in getGreen() argument
61 return static_cast<sal_uInt8>( (nCol&0x00FF0000U) >> 16U ); in getGreen()
64 inline sal_uInt8 getBlue( Color::IntSRGBA nCol ) in getBlue() argument
66 return static_cast<sal_uInt8>( (nCol&0x0000FF00U) >> 8U ); in getBlue()
69 inline sal_uInt8 getAlpha( Color::IntSRGBA nCol ) in getAlpha() argument
71 return static_cast<sal_uInt8>( nCol&0x000000FFU ); in getAlpha()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx904 sal_uInt16 nCol = aEntriesBox.TabCount()-1; in Init() local
917 aEntriesBox.SetEntryText(sLabel, nPos, nCol); in Init()
1034 sal_uInt16 nCol = aEntriesBox.TabCount() - 1; in IMPL_LINK() local
1035 aEntriesBox.SetEntryText(sLabel, nPos, nCol); in IMPL_LINK()
1049 sal_uInt16 nCol = aEntriesBox.TabCount() - 1; in IMPL_LINK() local
1050 aEntriesBox.SetEntryText( String(), nPos, nCol ); in IMPL_LINK()

Completed in 132 milliseconds

12345678910>>...19