Home
last modified time | relevance | path

Searched refs:m_sName (Results 26 – 50 of 88) sorted by relevance

1234

/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabRecords.cxx73 m_sName = _copy->m_sName; in MacabRecords()
1200 m_sName = _sName; in setName()
1206 return m_sName; in getName()
/aoo41x/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx197 :m_sName( i_rName ) in SubComponentMatch()
205 return ( m_sName == i_rCompareWith.sName ) in operator ()()
210 const ::rtl::OUString m_sName; member
/aoo41x/main/sw/source/core/unocore/
H A Dunosect.cxx126 ::rtl::OUString m_sName;
329 if (!m_pImpl->m_sName.getLength()) in attach()
331 m_pImpl->m_sName = C2U("TextSection"); in attach()
369 String tmp(m_pImpl->m_sName); in attach()
1798 sRet = m_pImpl->m_sName; in getName()
1849 m_pImpl->m_sName = rName; in setName()
/aoo41x/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx152 m_sName = _rName; in OTableColumn()
208 OSL_VERIFY( _rxParserColumn->getPropertyValue( PROPERTY_NAME ) >>= m_sName ); in OQueryColumn()
370 m_xAggregate->getPropertyValue(PROPERTY_NAME) >>= m_sName; in OColumnWrapper()
/aoo41x/main/sw/source/ui/config/
H A Doptcomp.cxx66 String m_sName; member
89 m_sName ( _rName ), in CompatibilityItem()
508 pItem->m_sName, pItem->m_sModule, pItem->m_bUsePrtMetrics, pItem->m_bAddSpacing, in WriteOptions()
/aoo41x/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx76 m_sName( SW_RES( ST_NAME )), in SwSelectDBTableDialog()
96 m_aTableHB.InsertItem( 1, m_sName, in SwSelectDBTableDialog()
/aoo41x/main/reportdesign/source/core/api/
H A DFunction.cxx165 return m_sName; in getName()
171 set(PROPERTY_NAME,the_value,m_sName); in setName()
H A DFixedText.cxx59 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in DBG_NAME()
71 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDTEXT,m_aProps.aComponent.m_xContext->get… in OFixedText()
H A DFormattedField.cxx67 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in DBG_NAME()
79 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FORMATTEDFIELD,m_aProps.aComponent.m_xContext… in OFormattedField()
H A DFixedLine.cxx150 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in DBG_NAME()
167 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_FIXEDLINE,m_aProps.aComponent.m_xContext->get… in OFixedLine()
H A DImageControl.cxx132 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in DBG_NAME()
145 …m_aProps.aComponent.m_sName = RPT_RESSTRING(RID_STR_IMAGECONTROL,m_aProps.aComponent.m_xContext->… in OImageControl()
/aoo41x/main/sfx2/source/dialog/
H A Ddinfdlg.cxx88 ::rtl::OUString m_sName;
93 m_sName( sName ), m_aValue( rValue ) {} in CustomProperty()
96 { return m_sName.equals( rProp.m_sName ) && m_aValue == rProp.m_aValue; } in operator ==()
319 CustomProperty* pProp = new CustomProperty( rItem.m_aCustomProperties[i]->m_sName, in SfxDocumentInfoItem()
447 xContainer->addProperty( m_aCustomProperties[k]->m_sName, in UpdateDocumentInfo()
489 CustomProperty* pProp = new CustomProperty( m_aCustomProperties[i]->m_sName, in GetCustomProperties()
2470 m_aPropertiesCtrl.AddLine( aCustomProps[i]->m_sName, aCustomProps[i]->m_aValue, false ); in Reset()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx512 else if ( m_aDatabaseObjects.find( _rModelImpl.m_sName ) != m_aDatabaseObjects.end() ) in storeTransientProperties()
516 m_aDatasourceProperties[ _rModelImpl.m_sName ] = aRememberProps.getPropertyValues(); in storeTransientProperties()
520 OSL_ENSURE( ( sDocumentURL.getLength() == 0 ) && ( _rModelImpl.m_sName.getLength() == 0 ), in storeTransientProperties()
H A DModelImpl.cxx483 ,m_sName(_rRegistrationName) in ODatabaseModelImpl()
1344 if ( ( m_sName == m_sDocumentURL ) // our name is our old URL in impl_switchToLogicalURL()
1345 …|| ( !m_sName.getLength() ) // we do not have a name, yet (i.e. are not registered at the … in impl_switchToLogicalURL()
1351 m_sName = i_rDocumentURL; in impl_switchToLogicalURL()
/aoo41x/main/cui/source/inc/
H A Dtreeopt.hxx81 rtl::OUString m_sName; member
85 Module( const rtl::OUString& rName ) : m_sName( rName ), m_bActive( false ) {} in Module()
/aoo41x/main/framework/source/services/
H A Ddesktop.cxx262 , m_sName ( )
922 return m_sName; in getName()
931 m_sName = sName; in setName()
1111 ::rtl::OUString sOwnName = m_sName; in findFrame()
H A Dframe.cxx290 , m_sName ( )
737 return m_sName; in getName()
762 m_sName = sName; in setName()
920 ::rtl::OUString sOwnName = m_sName; in findFrame()
1968 m_sName = ::rtl::OUString(); in dispose()
2774 LOG_FRAMEACTIONEVENT( "Frame", m_sName, aAction ) in implts_sendFrameActionEvent()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1889 _rsDefaultFunctionName = aIter->m_sName; in impl_isDefaultFunction_nothrow()
1909 m_aCounterFunction.m_sName = String(ModuleRes(RID_STR_F_COUNTER)); in loadDefaultFunctions()
1927 aDefault.m_sName = String(ModuleRes(RID_STR_F_ACCUMULATION)); in loadDefaultFunctions()
1934 aDefault.m_sName = String(ModuleRes(RID_STR_F_MINIMUM)); in loadDefaultFunctions()
1941 aDefault.m_sName = String(ModuleRes(RID_STR_F_MAXIMUM)); in loadDefaultFunctions()
1961 if ( aIter->m_sName == _sFunction ) in createDefaultFunction()
2164 ::rtl::OUString sFunctionName = m_aCounterFunction.m_sName; in impl_setCounterFunction_throw()
/aoo41x/main/forms/source/xforms/
H A Ddatatypes.hxx65 ::rtl::OUString m_sName;
79 getName() const { return m_sName; } in getName()
/aoo41x/main/framework/inc/services/
H A Dframe.hxx425 …::rtl::OUString m_sName
452 return m_sName; in impl_getName()
/aoo41x/main/reportdesign/source/ui/inc/
H A DGeometryHandler.hxx52 ::rtl::OUString m_sName;
58 inline ::rtl::OUString getName() const { return m_sName; } in getName()
/aoo41x/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx271 ::rtl::OUString m_sName; // for a table the name is composed
386 ::rtl::OUString getName() const { return m_sName; } in getName()
/aoo41x/main/forms/source/component/
H A DDatabaseForm.cxx351 ,m_sName( _cloneSource.m_sName ) in ODatabaseForm()
1579 rValue <<= m_sName; in getFastPropertyValue()
1665 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_sName); in convertFastPropertyValue()
1765 rValue >>= m_sName; in setFastPropertyValue_NoBroadcast()
3904 _rxOutStream << m_sName; in write()
4017 _rxInStream >> m_sName; in read()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlComponent.hxx37 ::rtl::OUString m_sName;
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlComponent.hxx39 ::rtl::OUString m_sName;

Completed in 999 milliseconds

1234