Home
last modified time | relevance | path

Searched refs:nC (Results 51 – 75 of 88) sorted by relevance

1234

/aoo41x/main/sc/source/filter/inc/
H A Dexcscen.hxx47 ExcScenarioCell( const sal_uInt16 nC, const sal_uInt16 nR );
H A Dexcrecds.hxx432 XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC );
H A Dxcl97rec.hxx327 ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt );
/aoo41x/main/svx/source/table/
H A Dcell.cxx1770 sal_Int32 nC = nCol % 26; in getCellName() local
1772 static_cast<sal_uInt16>(nC)); in getCellName()
1773 nCol = nCol - nC; in getCellName()
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx159 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR);
704 void CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR);
/aoo41x/main/sc/source/ui/docshell/
H A Dimpex.cxx1883 SCCOL nC; in Doc2Sylk() local
1885 pFCell->GetMatColsRows( nC, nR ); in Doc2Sylk()
1886 nC += c - 1; in Doc2Sylk()
1891 aPrefix += String::CreateFromInt32( nC ); in Doc2Sylk()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8atr.cxx3648 sal_uInt8 nC = 0; in FormatBreak() local
3669 nC = msword::ColumnBreak; in FormatBreak()
3683 nC = msword::PageBreak; in FormatBreak()
3699 if ( ( bBefore == GetExport().bBreakBefore ) && nC ) // #49917# in FormatBreak()
3711 SectionBreak( nC ); in FormatBreak()
3718 void WW8AttributeOutput::SectionBreak( sal_uInt8 nC, const WW8_SepInfo* /*pSectionInfo*/ ) in SectionBreak() argument
3720 m_rWW8Export.ReplaceCr( nC ); in SectionBreak()
H A Dww8attributeoutput.hxx160 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
H A Dattributeoutputbase.hxx274 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) = 0;
H A Drtfattributeoutput.hxx197 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
H A Ddocxattributeoutput.hxx196 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx938 sal_uInt16 nC = (sal_uInt16)aSyntaxLineTable.GetCurKey(); in IMPL_LINK() local
940 aSyntaxLineTable.Remove(nC); in IMPL_LINK()
/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx1705 for ( int nC = 0; nC < 2; ++nC ) in CalculatePagePairsForProspectPrinting() local
1710 if (nC == 0) in CalculatePagePairsForProspectPrinting()
H A Ddoctxm.cxx771 xub_StrLen nC = 0; in SetPosAtStartEnd() local
781 if( pCNd ) nC = pCNd->Len(); in SetPosAtStartEnd()
783 rPos.nContent.Assign( pCNd, nC ); in SetPosAtStartEnd()
H A Ddocbm.cxx1132 void SetTypeAndCount( sal_uInt16 nT, sal_uInt16 nC ) in SetTypeAndCount() argument
1133 { TYPECOUNT.TC.nCount = nC; TYPECOUNT.TC.nType = nT; } in SetTypeAndCount()
/aoo41x/main/sc/source/core/tool/
H A Daddress.cxx1997 SCCOL nC = nCol % 26; in ScColToAlpha() local
1999 static_cast<sal_uInt16>(nC)); in ScColToAlpha()
2000 nCol = sal::static_int_cast<SCCOL>( nCol - nC ); in ScColToAlpha()
H A Dinterpr2.cxx2203 SCSIZE nC, nR; in ScDde() local
2204 pLinkMat->GetDimensions(nC, nR); in ScDde()
2205 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde()
/aoo41x/main/idl/source/objects/
H A Dtypes.cxx1891 sal_uLong nC = 0; in MakeSfx() local
1899 nC += pAttrList->GetObject( n )->MakeSfx( pAttrArray ); in MakeSfx()
1904 return nC; in MakeSfx()
/aoo41x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx848 ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt ) : in ExcEScenarioCell() argument
849 nCol( nC ), in ExcEScenarioCell()
/aoo41x/main/sw/source/filter/ww1/
H A Dw1class.cxx1118 sal_uInt16 nC = aSprm.Count(); in FindSprm() local
1123 for( i = 0; i < nC; i++ ){ in FindSprm()
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.cxx1089 const sal_Int32 nC = *pSrc++; in ImplWriteBmp() local
1093 *pTmpDst++ = pBase64[ ( ( nB << 2 ) & 0x3c ) + ( ( nC >> 6 ) & 0x3 ) ]; in ImplWriteBmp()
1094 *pTmpDst++ = pBase64[ nC & 0x3f ]; in ImplWriteBmp()
/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx691 SCSIZE nC, nR; in DataAccessMatrix() local
692 mpParam->mpMatrix->GetDimensions(nC, nR); in DataAccessMatrix()
694 mnCols = static_cast<SCCOL>(nC); in DataAccessMatrix()
H A Dcolumn.cxx210 SCCOL nC; in HasSelectionMatrixFragment() local
212 pFCell->GetMatColsRows( nC, nR ); in HasSelectionMatrixFragment()
214 aOrg.Col() + nC - 1, aOrg.Row() + nR - 1, in HasSelectionMatrixFragment()
/aoo41x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1578 sal_uInt16 i,nC; in ReadOrder() local
1590 nC=p->aPPoly.Count(); in ReadOrder()
1591 for (i=0; i<nC; i++) in ReadOrder()
1593 if (i+1<nC || p->bClosed==sal_True) in ReadOrder()
/aoo41x/main/svtools/source/uno/
H A Dunoiface.cxx389 sal_uInt16 nC, nL; in getColumnsAndLines() local
390 pEdit->GetMaxVisColumnsAndLines( nC, nL ); in getColumnsAndLines()
391 nCols = nC; in getColumnsAndLines()

Completed in 1423 milliseconds

1234