/trunk/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydata.hxx | 50 HierarchyEntryData() : m_aType( NONE ) {} in HierarchyEntryData() 51 HierarchyEntryData( const Type & rType ) : m_aType( rType ) {} in HierarchyEntryData() 63 { return ( m_aType != NONE ) ? m_aType in getType() 67 void setType( const Type & rType ) { m_aType = rType; } in setType() 73 Type m_aType; // Type member in hierarchy_ucp::HierarchyEntryData
|
/trunk/main/fpicker/source/office/ |
H A D | iodlgimp.hxx | 65 String m_aType; // filter wildcard - if empty, the entry marks a group member in SvtFileDialogFilter_Impl 72 const String& GetType() const { return m_aType; } in GetType() 73 const String GetExtension() const { return m_aType.Copy( 2 ); } in GetExtension() 75 sal_Bool isGroupSeparator() const { return 0 == m_aType.Len(); } in isGroupSeparator()
|
H A D | iodlgimp.cxx | 130 ,m_aType( rType ) in DBG_NAME() 134 m_aType.ToLowerAscii(); in DBG_NAME()
|
/trunk/main/chart2/source/tools/ |
H A D | NameContainer.cxx | 53 : m_aType( rType ) in NameContainer() 63 , m_aType( rOther.m_aType ) in NameContainer() 173 return m_aType; in getElementType()
|
/trunk/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 164 m_aType( RTL_CONSTASCII_USTRINGPARAM( ITEM_DESCRIPTOR_TYPE )), in OReadToolBoxDocumentHandler() 457 aToolbarItemProp[3].Name = m_aType; in startElement() 491 aToolbarItemProp[1].Name = m_aType; in startElement() 516 aToolbarItemProp[1].Name = m_aType; in startElement() 541 aToolbarItemProp[1].Name = m_aType; in startElement()
|
H A D | menudocumenthandler.cxx | 185 m_aType( RTL_CONSTASCII_USTRINGPARAM( ITEM_DESCRIPTOR_TYPE )), in ReadMenuDocumentHandlerBase() 239 rProps[5].Name = m_aType; in initPropertyCommon()
|
/trunk/main/framework/inc/uielement/ |
H A D | uielement.hxx | 96 ) : m_aType( rType ), in UIElement() 115 rtl::OUString m_aType; member
|
/trunk/main/framework/source/layoutmanager/ |
H A D | uielement.cxx | 130 m_aType = rUIElement.m_aType; in operator =()
|
H A D | toolbarlayoutmanager.cxx | 433 aRequestedToolbar.m_aType = m_aToolbarTypeString; in requestToolbar() 776 if ( pIter->m_aType.equalsAscii( "toolbar" ) in dockAllToolbars()
|
H A D | layoutmanager.cxx | 161 m_aStatusBarElement.m_aType = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "statusbar" ));
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 243 m_aType = m_aPathSegmentVec.back().copy(l); in parse() 293 bff.append(m_aType); in ident() 345 bff.append(m_aType); in parent()
|
H A D | ftpurl.hxx | 157 mutable rtl::OUString m_aType; member in ftp::FTPURL
|
/trunk/main/extensions/source/propctrlr/ |
H A D | formmetadata.cxx | 597 ,m_aType( _rType ) in DBG_NAME() 628 switch ( m_aType.getTypeClass() ) in getValueFromDescription() 631 _out_rValue = ::cppu::int2enum( nPos, m_aType ); in getValueFromDescription()
|
H A D | formmetadata.hxx | 86 ::com::sun::star::uno::Type m_aType;
|
/trunk/main/chart2/source/inc/ |
H A D | NameContainer.hxx | 88 const ::com::sun::star::uno::Type m_aType; member in chart::NameContainer
|
/trunk/main/framework/inc/xml/ |
H A D | toolboxdocumenthandler.hxx | 159 rtl::OUString m_aType; member in framework::OReadToolBoxDocumentHandler
|
H A D | menudocumenthandler.hxx | 108 rtl::OUString m_aType; member in framework::ReadMenuDocumentHandlerBase
|
/trunk/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 2512 uno::Type m_aType; member in reportdesign::OStylesHelper 2543 ,m_aType(_aType) in OStylesHelper() 2550 return m_aType; in getElementType() 2610 if ( !aElement.isExtractableTo(m_aType) ) in insertByName() 2633 if ( !aElement.isExtractableTo(m_aType) ) in replaceByName()
|