Home
last modified time | relevance | path

Searched refs:nInstance (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Deppt.cxx393 void PPTWriter::ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance,… in ImplWriteExtParaHeader() argument
401 << (sal_uInt32)nInstance; in ImplWriteExtParaHeader()
982 for ( int nInstance = EPP_TEXTTYPE_Title; nInstance <= EPP_TEXTTYPE_QuarterBody; nInstance++ ) in ImplCreateMaster() local
984 if ( nInstance == EPP_TEXTTYPE_notUsed ) in ImplCreateMaster()
988 if ( nInstance == EPP_TEXTTYPE_Notes ) in ImplCreateMaster()
1002 if ( nInstance >= EPP_TEXTTYPE_CenterBody ) 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()
1012 mpPptEscherEx->EndAtom( EPP_TxMasterStyleAtom, 0, nInstance ); in ImplCreateMaster()
1982 PPTExCharSheet::PPTExCharSheet( int nInstance ) in PPTExCharSheet() argument
[all …]
H A Deppt.hxx317 PPTExCharSheet( int nInstance );
358 PPTExParaSheet( int nInstance, sal_uInt16 nDefaultTab, PPTExBulletProvider& rProv );
377 PPTExParaSheet& GetParaSheet( int nInstance ) { return *mpParaSheet[ nInstance ]; }; in GetParaSheet() argument
378 PPTExCharSheet& GetCharSheet( int nInstance ) { return *mpCharSheet[ nInstance ]; }; in GetCharSheet() argument
381 … FontCollection& rFontCollection, int nInstance, int nLevel );
382 …sal_Bool IsHardAttribute( sal_uInt32 nInstance, sal_uInt32 nLevel, PPTExTextAttr eAttr, sal…
650 ImplTextObj( int nInstance );
661 … rXText, int nInstance, FontCollection& rFontCollection, PPTExBulletProvider& rBuProv );
757 …mplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance, sal_uInt32 nSli…
764 … sal_uInt32 ImplSlideViewInfoContainer( sal_uInt32 nInstance, SvStream* pOutStrm = NULL );
[all …]
H A Depptso.cxx433 sal_uInt32 PPTWriter::ImplSlideViewInfoContainer( sal_uInt32 nInstance, SvStream* pStrm ) in ImplSlideViewInfoContainer() argument
450 if ( nInstance ) in ImplSlideViewInfoContainer()
460 *pStrm << (sal_uInt32)( 0xf | ( EPP_SlideViewInfo << 16 ) | ( nInstance << 4 ) ) in ImplSlideViewInfoContainer()
1193 int nInstance, nLevel; in ImplGetStyleSheets() local
1227 … for ( nInstance = EPP_TEXTTYPE_Title; nInstance <= EPP_TEXTTYPE_CenterTitle; nInstance++ ) in ImplGetStyleSheets()
1231 switch ( nInstance ) in ImplGetStyleSheets()
1283 … mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, 0 ); in ImplGetStyleSheets()
1286 if ( nInstance == EPP_TEXTTYPE_Body ) in ImplGetStyleSheets()
1298 … mpStyleSheet->SetStyleSheet( xPropertySet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
1303 … mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
[all …]
H A Dpptexanimations.hxx100 …const sal_uInt16 nContainerRecType, const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const…
H A Dpptexanimations.cxx502 …const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const sal_Bool bTakeBackInteractiveSequen… in exportNode() argument
522 EscherExContainer aContainer( rStrm, nContainerRecType, nInstance ); in exportNode()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx499 sal_uInt32 GetMaskForInstance( sal_uInt32 nInstance );
500 sal_uInt32 IsToDisplay( sal_uInt32 nInstance );
501 …sal_uInt32 NeedToImportInstance( const sal_uInt32 nInstance, const PptSlidePersistEntry& …
689 sal_uInt32 nInstance; member
692 PPTBuGraEntry( Graphic& rGraphic, sal_uInt32 nInstance );
706 sal_Bool GetGraphic( sal_uInt32 nInstance, Graphic& rGraphic ) const;
730 PPTCharSheet( sal_uInt32 nInstance );
763 PPTParaSheet( sal_uInt32 nInstance );
786 … sal_uInt32 nInstance, sal_uInt32 nInstanceInSheet, boost::optional< sal_Int16 >& rStartNumbering,
799 … const PPTParaLevel& rParaLevel, const PPTCharLevel& rCharLevel, sal_uInt32 nInstance );
[all …]
H A Descherex.hxx997 EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0 );
1005 …EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_…
/AOO41X/main/forms/source/xforms/
H A Dmodel.cxx443 void Model::loadInstance( sal_Int32 nInstance ) in loadInstance() argument
445 Sequence<PropertyValue> aSequence = mpInstances->getItem( nInstance ); in loadInstance()
471 mpInstances->setItem( nInstance, aSequence ); in loadInstance()
486 for( sal_Int32 nInstance = 0; nInstance < nInstances; nInstance++ ) in loadInstances() local
488 loadInstance( nInstance ); in loadInstances()
623 sal_Int32 nInstance = lcl_findInstance( mpInstances, rName ); in getInstanceDocument() local
624 if( nInstance != -1 ) in getInstanceDocument()
625 getInstanceData( mpInstances->getItem( nInstance ), in getInstanceDocument()
H A Dmodel_ui.cxx436 sal_Int32 nInstance = mpInstances->addItem( aSequence ); in newInstance() local
437 loadInstance( nInstance ); in newInstance()
H A Dmodel.hxx203 void loadInstance( sal_Int32 nInstance );
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx3309 sal_uInt32 HeaderFooterEntry::GetMaskForInstance( sal_uInt32 nInstance ) in GetMaskForInstance() argument
3312 switch ( nInstance ) in GetMaskForInstance()
3322 sal_uInt32 HeaderFooterEntry::IsToDisplay( sal_uInt32 nInstance ) in IsToDisplay() argument
3325 switch ( nInstance ) in IsToDisplay()
3339 sal_uInt32 HeaderFooterEntry::NeedToImportInstance( const sal_uInt32 nInstance, const PptSlidePersi… in NeedToImportInstance() argument
3348 nRet = pMasterPersist->HeaderFooterOfs[ nInstance ]; in NeedToImportInstance()
3460 nInstance ( nInst ), in PPTBuGraEntry()
3492 sal_Bool PPTExtParaProv::GetGraphic( sal_uInt32 nInstance, Graphic& rGraph ) const in GetGraphic() argument
3496 if ( nInstance < aBuGraList.Count() ) in GetGraphic()
3498 pPtr = (PPTBuGraEntry*)aBuGraList.GetObject( nInstance ); in GetGraphic()
[all …]
H A Descherex.cxx106 …tainer::EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance ) : in EscherExContainer() argument
109 rStrm << (sal_uInt32)( ( 0xf | ( nInstance << 4 ) ) | ( nRecType << 16 ) ) << (sal_uInt32)0; in EscherExContainer()
124 EscherExAtom::EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, c… in EscherExAtom() argument
127 … rStrm << (sal_uInt32)( ( nVersion | ( nInstance << 4 ) ) | ( nRecType << 16 ) ) << (sal_uInt32)0; in EscherExAtom()
4468 sal_uInt32 nInstance, nUncompressedSize = p_EscherBlibEntry->mnSize; in GetBlibID() local
4494 nInstance = 0xf01e6e00; in GetBlibID()
4498 nInstance = 0xf01d46a0; in GetBlibID()
4508 rPicOutStrm << nInstance << (sal_uInt32)( p_EscherBlibEntry->mnSize + nExtra ); in GetBlibID()
4527nInstance = ( eBlibType == WMF ) ? 0xf01b2170 : 0xf01a3d40; // !EMF -> no change in GetBlibID()
4528 rPicOutStrm << nInstance << (sal_uInt32)( p_EscherBlibEntry->mnSize + nExtra ); in GetBlibID()
/AOO41X/main/vcl/win/source/app/
H A Dsalinfo.cxx175 int nInstance = aDeviceStringCount[ rDev ] - (-- aDevCount[ rDev ] ); in initMonitors() local
179 aBuf.append( sal_Int32( nInstance ) ); in initMonitors()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3524 const sal_Int32 nInstance = (*aIter).first; in dump() local
3527 switch ( nInstance ) in dump()
3764 fprintf( mpFile, " unknown_%lu=\"", nInstance ); in dump()