| /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 | 1136 mType = ByteString( String( mXShape->getShapeType() ), RTL_TEXTENCODING_UTF8 ); in ImplGetShapeByIndex() 1137 mType.Erase( 0, 13 ); // "com.sun.star." entfernen in ImplGetShapeByIndex() 1138 sal_uInt16 nPos = mType.Search( (const char*)"Shape" ); in ImplGetShapeByIndex() 1139 mType.Erase( nPos, 5 ); in ImplGetShapeByIndex() 4323 sal_Bool bGroup = mType == "drawing.Group"; in ImplWritePage() 4324 sal_Bool bOpenBezier = mType == "drawing.OpenBezier"; in ImplWritePage() 4325 sal_Bool bClosedBezier = mType == "drawing.ClosedBezier"; in ImplWritePage() 4326 sal_Bool bPolyPolygon = mType == "drawing.PolyPolygon"; in ImplWritePage() 4327 sal_Bool bPolyLine = mType == "drawing.PolyLine"; in ImplWritePage() 4373 …if ( bIsHatching || bIsFontwork || ( mType == "drawing.Measure" ) || ( mType == "drawing.Caption" … 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 | 2643 … ModuleType mType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType() local 2644 if (mType.hasConstants()) in produceType() 2646 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()
|