Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx273 ControlType mType; member in ImplControlValue
278 : mType( i_eType ) in ImplControlValue()
285 : mType( CTRL_GENERIC ), mTristate(nTristate), mNumber(0) {} in ImplControlValue()
287 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber( nNumeric) {} in ImplControlValue()
289 : mType( CTRL_GENERIC ), mTristate(BUTTONVALUE_DONTKNOW), mNumber(0) {} in ImplControlValue()
293 ControlType getType() const { return mType; } in getType()
/aoo4110/main/sd/source/filter/eppt/
H A Depptso.cxx1139 mType.Erase( nPos, 5 ); in ImplGetShapeByIndex()
4382 mType = "drawing.dontknow"; in ImplWritePage()
4821 … else if ( ( mType == "drawing.GraphicObject" ) || ( mType == "presentation.GraphicObject" ) ) in ImplWritePage()
4872 else if ( ( mType == "drawing.Text" ) || ( mType == "presentation.Notes" ) ) in ImplWritePage()
4986 else if ( ( mType == "presentation.Outliner" ) || ( mType == "presentation.Subtitle" ) ) in ImplWritePage()
5095 else if ( ( mType == "drawing.Page" ) || ( mType == "presentation.Page" ) ) in ImplWritePage()
5110 else if ( ( mType == "drawing.OLE2" ) || ( mType == "presentation.OLE2" ) in ImplWritePage()
5111 || ( mType == "presentation.Chart" ) || ( mType == "presentation.Calc" ) in ImplWritePage()
5243 else if ( mType == "drawing.Media" ) in ImplWritePage()
5315 else if ( (mType == "drawing.Table") || (mType == "presentation.Table") ) in ImplWritePage()
[all …]
H A Deppt.hxx716 ByteString mType; member in PPTWriter
/aoo4110/main/filter/source/msfilter/
H A Dsvxmsbas.cxx327 ModType mType = aVBA.GetModuleType( sOrigVBAModName ); in ImportCode_Impl() local
333 switch( mType ) in ImportCode_Impl()
363 if ( mType == ModuleType::CLASS ) in ImportCode_Impl()
427 OSL_TRACE("erm %d", mType ); in ImportCode_Impl()
431 OSL_TRACE("vba processing %d", mType ); in ImportCode_Impl()
433 sModuleInfo.ModuleType = mType; in ImportCode_Impl()
H A Deschesdo.hxx43 String mType; member in ImplEESdrObject
69 const String& GetType() const { return mType; } in GetType()
70 void SetType( const String& rS ) { mType = rS; } in SetType()
H A Deschesdo.cxx1273 mType = String( mXShape->getShapeType() ); in Init()
1274 mType.Erase( 0, nPrefix ); // strip "com.sun.star." in Init()
1275 xub_StrLen nPos = mType.SearchAscii( "Shape" ); in Init()
1276 mType.Erase( nPos, 5 ); in Init()
/aoo4110/main/writerfilter/source/doctok/
H A DWW8CpAndFc.cxx92 else if (rA.mCp == rB.mCp && rA.mType < rB.mType) in operator <()
122 : mCp(rCp), mFc(rFc), mType(eType_) in CpAndFc()
H A DWW8CpAndFc.hxx240 PropertyType mType; member in writerfilter::doctok::CpAndFc
259 PropertyType getType() const { return mType; } in getType()
/aoo4110/main/toolkit/source/controls/
H A Deventcontainer.cxx58 return mType; in getElementType()
102 if( mType != aAnyType ) in replaceByName()
129 if( mType != aAnyType ) in insertByName()
/aoo4110/main/toolkit/inc/toolkit/controls/
H A Deventcontainer.hxx77 ::com::sun::star::uno::Type mType;
84 mType( aType ), in NameContainer_Impl()
/aoo4110/main/codemaker/source/idlmaker/
H A Didltype.cxx1623 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType() local
1624 if (mType.hasConstants()) in produceType()
1626 ret = mType.dump(pOptions); in produceType()
/aoo4110/main/codemaker/source/cppumaker/
H A Dcpputype.cxx4241 ModuleType mType(reader, typeName, typeMgr); in produceType() local
4242 if (mType.hasConstants()) in produceType()
4244 ret = mType.dump(pOptions); in produceType()
4376 ModuleType mType(reader, typeName, typeMgr); in produceType() local
4377 if (mType.hasConstants()) in produceType()
4379 ret = mType.dump(pOptions); in produceType()
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx2646 ModuleType mType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType() local
2647 if (mType.hasConstants()) in produceType()
2649 ret = mType.dump(pOptions, o, allreadyDumped); in produceType()
/aoo4110/main/basic/source/inc/
H A Dnamecont.hxx86 ::com::sun::star::uno::Type mType;
95 , mType( rType ) in NameContainer()
/aoo4110/main/codemaker/source/cunomaker/
H A Dcunotype.cxx3400 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType() local
3401 if (mType.hasConstants()) in produceType()
3403 ret = mType.dump(pOptions); in produceType()
/aoo4110/main/basic/source/uno/
H A Dnamecont.cxx100 return mType; in getElementType()
144 if( mType != aAnyType ) in replaceByName()
190 if( mType != aAnyType ) in insertByName()

Completed in 196 milliseconds