/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 982 for ( int nInstance = EPP_TEXTTYPE_Title; nInstance <= EPP_TEXTTYPE_QuarterBody; nInstance++ ) in ImplCreateMaster() local 1989 switch ( nInstance ) in PPTExCharSheet() 2089 mnInstance ( nInstance ) in PPTExParaSheet() 2101 switch ( nInstance ) in PPTExParaSheet() 2352 for ( int nInstance = EPP_TEXTTYPE_Title; nInstance <= EPP_TEXTTYPE_QuarterBody; nInstance++ ) in PPTExStyleSheet() local 2354 …mpParaSheet[ nInstance ] = ( nInstance == EPP_TEXTTYPE_notUsed ) ? NULL : new PPTExParaSheet( nIns… in PPTExStyleSheet() 2355 …mpCharSheet[ nInstance ] = ( nInstance == EPP_TEXTTYPE_notUsed ) ? NULL : new PPTExCharSheet( nIns… in PPTExStyleSheet() 2361 for ( int nInstance = EPP_TEXTTYPE_Title; nInstance <= EPP_TEXTTYPE_QuarterBody; nInstance++ ) in ~PPTExStyleSheet() local 2366 delete mpParaSheet[ nInstance ]; in ~PPTExStyleSheet() 2367 delete mpCharSheet[ nInstance ]; in ~PPTExStyleSheet() [all …]
|
H A D | eppt.hxx | 317 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_uInt3… 650 ImplTextObj( int nInstance ); 661 rXText, int nInstance, FontCollection& rFontCollection, PPTExBulletProvider& rBuProv ); 757 …void ImplWriteExtParaHeader( SvMemoryStream& rSt, sal_uInt32 nRef, sal_uInt32 nInstance, sal_uI… 764 sal_uInt32 ImplSlideViewInfoContainer( sal_uInt32 nInstance, SvStream* pOutStrm = NULL ); [all …]
|
H A D | epptso.cxx | 450 if ( nInstance ) 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() 1286 if ( nInstance == EPP_TEXTTYPE_Body ) in ImplGetStyleSheets() 1317 for ( ; nInstance <= EPP_TEXTTYPE_QuarterBody; nInstance++ ) in ImplGetStyleSheets() 1335 int nInstance = rTextObj.GetInstance(); in ImplWriteParagraphs() local 1477 int nInstance = rTextObj.GetInstance(); in ImplWritePortions() local 2994 ImplTextObj::ImplTextObj( int nInstance ) in ImplTextObj() argument 2998 mnInstance = nInstance; in ImplTextObj() [all …]
|
H A D | pptexanimations.hxx | 100 …const sal_uInt16 nContainerRecType, const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const…
|
H A D | pptexanimations.cxx | 502 …const sal_uInt16 nInstance, const sal_Int32 nGroupLevel, const sal_Bool bTakeBackInteractiveSequen… in exportNode() argument 522 EscherExContainer aContainer( rStrm, nContainerRecType, nInstance ); in exportNode()
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 499 sal_uInt32 GetMaskForInstance( sal_uInt32 nInstance ); 500 sal_uInt32 IsToDisplay( sal_uInt32 nInstance ); 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 ); 1025 PPTPortionObj( const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt32 nDepth ); 1060 PPTParagraphObj( const PPTStyleSheet&, sal_uInt32 nInstance, sal_uInt16 nDepth ); 1115 void SetInstance( sal_uInt16 nInstance ) { mpImplTextObj->mnInstance = nInstance; }; in SetInstance() argument [all …]
|
H A D | escherex.hxx | 997 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_…
|
/trunk/main/forms/source/xforms/ |
H A D | model.cxx | 443 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 D | model_ui.cxx | 436 sal_Int32 nInstance = mpInstances->addItem( aSequence ); in newInstance() local 437 loadInstance( nInstance ); in newInstance()
|
H A D | model.hxx | 203 void loadInstance( sal_Int32 nInstance );
|
/trunk/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 3311 switch ( nInstance ) in GetMaskForInstance() 3324 switch ( nInstance ) in IsToDisplay() 3459 nInstance ( nInst ), in PPTBuGraEntry() 3498 if ( pPtr->nInstance == nInstance ) in GetGraphic() 3507 if ( pPtr->nInstance == nInstance ) in GetGraphic() 4071 switch ( nInstance ) in PPTCharSheet() 4164 switch ( nInstance ) in PPTParaSheet() 4456 if ( nInstance > 4 ) in PPTStyleSheet() 6801 nInstance++; in PPTTextObj() 6803 nInstance++; in PPTTextObj() [all …]
|
H A D | escherex.cxx | 106 …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() 4479 sal_uInt32 nInstance, nUncompressedSize = p_EscherBlibEntry->mnSize; in GetBlibID() local 4505 nInstance = 0xf01e6e00; in GetBlibID() 4509 nInstance = 0xf01d46a0; in GetBlibID() 4519 rPicOutStrm << nInstance << (sal_uInt32)( p_EscherBlibEntry->mnSize + nExtra ); in GetBlibID() 4538 nInstance = ( eBlibType == WMF ) ? 0xf01b2170 : 0xf01a3d40; // !EMF -> no change in GetBlibID() 4539 rPicOutStrm << nInstance << (sal_uInt32)( p_EscherBlibEntry->mnSize + nExtra ); in GetBlibID()
|
/trunk/main/vcl/win/source/app/ |
H A D | salinfo.cxx | 175 int nInstance = aDeviceStringCount[ rDev ] - (-- aDevCount[ rDev ] ); in initMonitors() local 179 aBuf.append( sal_Int32( nInstance ) ); in initMonitors()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 3524 const sal_Int32 nInstance = (*aIter).first; in dump() local 3527 switch ( nInstance ) in dump() 3764 fprintf( mpFile, " unknown_%lu=\"", nInstance ); in dump()
|