/aoo42x/main/sc/source/core/data/ |
H A D | dptabsrc.cxx | 1083 for (long nLev=0; nLev<nLevCount; nLev++) in FillLevelList() local 2118 nLev( nL ), in ScDPLevel() 2236 switch ( nLev ) in getName() 2257 switch ( nLev ) in getName() 2414 nLev( nL ), in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2427 switch (nLev) in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2451 nHier, nLev ); in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2454 nHier, nLev ); in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2472 switch (nLev) in SC_IMPL_DUMMY_PROPERTY_LISTENER() 2635 nHier, nLev ); in getByIndex() [all …]
|
H A D | dpoutput.cxx | 428 for (long nLev=0; nLev<nLevCount; nLev++) in ScDPOutput() local 432 xLevels->getByIndex(nLev) ); in ScDPOutput() 452 pColFields[nColFieldCount].nLevel = nLev; in ScDPOutput() 464 pRowFields[nRowFieldCount].nLevel = nLev; in ScDPOutput() 479 pPageFields[nPageFieldCount].nLevel = nLev; in ScDPOutput()
|
H A D | dpsave.cxx | 642 for (long nLev=0; nLev<nLevCount; nLev++) in WriteToSource() local 644 …eference<uno::XInterface> xLevel = ScUnoHelpFunctions::AnyToInterface( xLevels->getByIndex(nLev) ); in WriteToSource()
|
H A D | dpobject.cxx | 1378 for (sal_Int32 nLev=0; nLev<nLevCount; nLev++) in ParseFilters() local 1381 xLevels->getByIndex(nLev) ); in ParseFilters()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 4402 sal_uInt16 nLev = 0; in PPTStyleSheet() local 4407 if ( nLev ) in PPTStyleSheet() 4413 if ( !nLev ) in PPTStyleSheet() 4431 nLev++; in PPTStyleSheet() 4497 sal_uInt16 nLev = 0; in PPTStyleSheet() local 4502 if ( nLev && ( nInstance < 5 ) ) in PPTStyleSheet() 4520 nLev++; in PPTStyleSheet() 4590 sal_uInt16 nLev = 0; in PPTStyleSheet() local 4594 if ( nLev ) in PPTStyleSheet() 4600 if ( !nLev ) in PPTStyleSheet() [all …]
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 1000 for ( sal_uInt16 nLev = 0; nLev < 5; nLev++ ) in ImplCreateMaster() local 1006 *mpStrm << nLev; in ImplCreateMaster() 1008 …mpStyleSheet->mpParaSheet[ nInstance ]->Write( *mpStrm, mpPptEscherEx, nLev, bFirst, bSimpleText, … in ImplCreateMaster() 1009 …mpStyleSheet->mpCharSheet[ nInstance ]->Write( *mpStrm, mpPptEscherEx, nLev, bFirst, bSimpleText, … in ImplCreateMaster() 2047 void PPTExCharSheet::Write( SvStream& rSt, PptEscherEx*, sal_uInt16 nLev, sal_Bool, sal_Bool bSimpl… in Write() argument 2050 const PPTExCharLevel& rLev = maCharLevel[ nLev ]; in Write() 2277 void PPTExParaSheet::Write( SvStream& rSt, PptEscherEx*, sal_uInt16 nLev, sal_Bool, sal_Bool bSimpl… in Write() argument 2280 const PPTExParaLevel& rLev = maParaLevel[ nLev ]; in Write() 2287 if ( !nLev ) in Write() 2306 if ( nLev ) in Write() [all …]
|
H A D | eppt.hxx | 321 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex… 362 …void Write( SvStream& rSt, PptEscherEx* pEx, sal_uInt16 nLev, sal_Bool bFirst, sal_Bool bSimpleTex…
|
H A D | epptso.cxx | 722 sal_uInt16 nLev; in ImplCloseDocument() local 724 for ( nLev = 0; nLev < 5; nLev++ ) in ImplCloseDocument() 726 …heet[ EPP_TEXTTYPE_Other ]->Write( aTxMasterStyleAtomStrm, mpPptEscherEx, nLev, bFirst, sal_False,… in ImplCloseDocument() 727 …heet[ EPP_TEXTTYPE_Other ]->Write( aTxMasterStyleAtomStrm, mpPptEscherEx, nLev, bFirst, sal_False,… in ImplCloseDocument()
|
/aoo42x/main/sw/inc/ |
H A D | chpfld.hxx | 95 inline void SwChapterField::SetLevel(sal_uInt8 nLev) { nLevel = nLev; } in SetLevel() argument
|
H A D | tox.hxx | 769 inline void SwTOXBase::SetLevel(sal_uInt16 nLev) in SetLevel() argument 772 aData.nLevel = nLev; in SetLevel()
|
/aoo42x/main/sc/inc/ |
H A D | dptabsrc.hxx | 592 long nLev; member in ScDPLevel 716 long nLev; member in ScDPMembers 771 long nLev; member in ScDPMember
|
/aoo42x/main/sw/source/core/tox/ |
H A D | txmsrt.cxx | 484 aKey(rStr), sReading(rReading), nLev(nLevel) in SwTOXCustom() 523 return nLev; in GetLevel()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txmsrt.hxx | 214 sal_uInt16 nLev; member
|