Home
last modified time | relevance | path

Searched refs:mnType (Results 1 – 25 of 105) sorted by path

12345

/trunk/main/basic/inc/basic/
H A Dsbmod.hxx73 sal_Int32 mnType; member in SbModule
141 sal_Int32 GetModuleType() { return mnType; } in GetModuleType()
142 void SetModuleType( sal_Int32 nType ) { mnType = nType; } in SetModuleType()
H A Dtesttool.hxx131 sal_uInt16 mnType; member in TTExecutionStatusHint
139 , mnType( nType ) in TTExecutionStatusHint()
146 , mnType( nType ) in TTExecutionStatusHint()
153 sal_uInt16 GetType(){ return mnType; } in GetType()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx129 if( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
157 if ( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
158 rMod.mnType = com::sun::star::script::ModuleType::NORMAL; in Save()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx77 sal_uInt16 mnType; member in TypeName
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx56 sal_uInt32 mnDepth, mnImageDatSize, mnType; member in RASReader
183 mnType >> mnColorMapType >> mnColorMapSize; in ImplReadHeader()
203 switch ( mnType ) in ImplReadHeader()
262 if ( mnType == RAS_TYPE_RGB_FORMAT ) in ImplReadBody()
286 if ( mnType == RAS_TYPE_RGB_FORMAT ) in ImplReadBody()
317 if ( mnType != RAS_TYPE_BYTE_ENCODED ) in ImplGetByte()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx3392 : msName(lclCreateOUString(pName, nLen)), mnType(nType), mnLeft(nLeft), in TypeName()
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx45 : mnType( 0 ) in Connection()
53 sal_Int32 mnType; member in oox::drawingml::dgm::Connection
87 { mnType = nType; } in setType()
89 { return mnType; } in getType()
96 sal_Int32 mnType; member in oox::drawingml::dgm::Point
/trunk/main/oox/inc/oox/ole/
H A Dvbamodule.hxx58 inline sal_Int32 getType() const { return mnType; } in getType()
60 inline void setType( sal_Int32 nType ) { mnType = nType; } in setType()
99 sal_Int32 mnType; member in oox::ole::VbaModule
/trunk/main/oox/inc/oox/ppt/
H A Danimationspersist.hxx62 : mnType( 0 ) in ShapeTargetElement()
66 sal_Int32 mnType; member
77 : mnType( 0 ) in AnimTargetElement()
82 sal_Int32 mnType; member
98 : mnType( 0 ) in AnimationCondition()
107 sal_Int32 mnType; member
/trunk/main/oox/inc/oox/xls/
H A Dcondformatbuffer.hxx48 sal_Int32 mnType; /// Type of the rule. member
H A Dconnectionsbuffer.hxx84 sal_Int32 mnType; /// Data source type. member
136 inline sal_Int32 getConnectionType() const { return maModel.mnType; } in getConnectionType()
H A Dpivotcachebuffer.hxx92 inline sal_Int32 getType() const { return mnType; } in getType()
100 sal_Int32 mnType; /// Value type (OOXML token identifier). member in oox::xls::PivotCacheItem
H A Dpivottablebuffer.hxx46 sal_Int32 mnType; /// Type of the item. member
210 sal_Int32 mnType; /// Filter type. member
H A Drichstring.hxx139 sal_Int32 mnType; /// Phonetic text type. member
H A Dstylesbuffer.hxx620 sal_Int32 mnType; /// Gradient type, linear or path. member
H A Dtablebuffer.hxx43 sal_Int32 mnType; /// Table type (worksheet, query, etc.). member
H A Dworksheethelper.hxx162 sal_Int32 mnType; member
/trunk/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx49 pConnection->mnType = nType; in CxnContext()
H A Ddiagram.cxx51 , mnType( 0 ) in Point()
181 if( (*aCnxIter)->mnType != XML_parOf ) in build()
H A Dlayoutnodecontext.cxx64 , mnType( 0 ) in AlgorithmContext()
69 mnType = xAttribs->getOptionalValueToken( XML_type, 0 ); in AlgorithmContext()
74 sal_Int32 mnType; member in oox::drawingml::AlgorithmContext
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx59 mnType( ModuleType::UNKNOWN ), in VbaModule()
106 …OSL_ENSURE( mnType == ModuleType::UNKNOWN, "VbaModule::importDirRecords - multiple module type rec… in importDirRecords()
107 mnType = ModuleType::NORMAL; in importDirRecords()
111 …OSL_ENSURE( mnType == ModuleType::UNKNOWN, "VbaModule::importDirRecords - multiple module type rec… in importDirRecords()
112 mnType = ModuleType::DOCUMENT; in importDirRecords()
129 … OSL_ENSURE( mnType != ModuleType::UNKNOWN, "VbaModule::importDirRecords - missing module type" ); in importDirRecords()
187 aModuleInfo.ModuleType = mnType; in createModule()
190 switch( mnType ) in createModule()
221 if( mnType == ModuleType::CLASS ) in createModule()
/trunk/main/oox/source/ppt/
H A Danimationspersist.cxx45 switch(mnType) in convert()
90 switch(mnType) in convert()
H A Dconditioncontext.cxx108 if( maCond.mnType == 0 ) in ~CondContext()
140 maCond.mnType = aElementToken; in createFastChildContext()
146 maCond.mnType = aElementToken; in createFastChildContext()
H A Dpptfilterhelpers.hxx82 sal_Int16 mnType; member
87 …static const sal_Char* find( const sal_Int16 mnType, const sal_Int16 mnSubType, const sal_Bool bDi…
H A Dslidetransition.cxx70 mnTransitionType = p->mnType; in SlideTransition()

Completed in 108 milliseconds

12345