/trunk/main/vcl/inc/vcl/ |
H A D | salnativewidgets.hxx | 273 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()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 1139 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 D | eppt.hxx | 716 ByteString mType; member in PPTWriter
|
/trunk/main/filter/source/msfilter/ |
H A D | svxmsbas.cxx | 326 ModType mType = aVBA.GetModuleType( sOrigVBAModName ); in ImportCode_Impl() local 332 switch( mType ) in ImportCode_Impl() 362 if ( mType == ModuleType::CLASS ) in ImportCode_Impl() 426 OSL_TRACE("erm %d", mType ); in ImportCode_Impl() 430 OSL_TRACE("vba processing %d", mType ); in ImportCode_Impl() 432 sModuleInfo.ModuleType = mType; in ImportCode_Impl()
|
H A D | eschesdo.hxx | 43 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 D | eschesdo.cxx | 1273 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()
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8CpAndFc.cxx | 92 else if (rA.mCp == rB.mCp && rA.mType < rB.mType) in operator <() 122 : mCp(rCp), mFc(rFc), mType(eType_) in CpAndFc()
|
H A D | WW8CpAndFc.hxx | 240 PropertyType mType; member in writerfilter::doctok::CpAndFc 259 PropertyType getType() const { return mType; } in getType()
|
/trunk/main/toolkit/source/controls/ |
H A D | eventcontainer.cxx | 58 return mType; in getElementType() 102 if( mType != aAnyType ) in replaceByName() 129 if( mType != aAnyType ) in insertByName()
|
/trunk/main/toolkit/inc/toolkit/controls/ |
H A D | eventcontainer.hxx | 77 ::com::sun::star::uno::Type mType; 84 mType( aType ), in NameContainer_Impl()
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.cxx | 1623 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType() local 1624 if (mType.hasConstants()) in produceType() 1626 ret = mType.dump(pOptions); in produceType()
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.cxx | 4241 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()
|
/trunk/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 2646 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()
|
/trunk/main/basic/source/inc/ |
H A D | namecont.hxx | 86 ::com::sun::star::uno::Type mType; 95 , mType( rType ) in NameContainer()
|
/trunk/main/codemaker/source/cunomaker/ |
H A D | cunotype.cxx | 3400 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType() local 3401 if (mType.hasConstants()) in produceType() 3403 ret = mType.dump(pOptions); in produceType()
|
/trunk/main/basic/source/uno/ |
H A D | namecont.cxx | 100 return mType; in getElementType() 144 if( mType != aAnyType ) in replaceByName() 190 if( mType != aAnyType ) in insertByName()
|