Home
last modified time | relevance | path

Searched refs:m_aContent (Results 1 – 11 of 11) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbexception.cxx60 m_aContent <<= _rError; in SQLExceptionInfo()
67 m_aContent <<= _rError; in SQLExceptionInfo()
74 m_aContent <<= _rError; in SQLExceptionInfo()
83 m_aContent <<= aError; in SQLExceptionInfo()
89 :m_aContent(_rCopySource.m_aContent) in SQLExceptionInfo()
97 m_aContent <<= _rError; in operator =()
105 m_aContent <<= _rError; in operator =()
113 m_aContent <<= _rError; in operator =()
137 m_aContent = _rError.Reason; in SQLExceptionInfo()
147 m_aContent = _rError; in SQLExceptionInfo()
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1161 if ( pThis->m_aContent.isInvalid() && in IMPL_STATIC_LINK()
3352 m_aContent.bindTo( rURL ); in ContentHasParentFolder()
3354 if ( m_aContent.isInvalid() ) in ContentHasParentFolder()
3357 return m_aContent.hasParentFolder( ) && m_aContent.isValid(); in ContentHasParentFolder()
3362 m_aContent.bindTo( rURL ); in ContentCanMakeFolder()
3364 if ( m_aContent.isInvalid() ) in ContentCanMakeFolder()
3367 return m_aContent.canCreateFolder( ) && m_aContent.isValid(); in ContentCanMakeFolder()
3372 m_aContent.bindTo( rURL ); in ContentGetTitle()
3374 if ( m_aContent.isInvalid() ) in ContentGetTitle()
3378 m_aContent.getTitle( sTitle ); in ContentGetTitle()
[all …]
H A Diodlg.hxx112 ::svt::SmartContent m_aContent;
284 … ContentIsFolder( const rtl::OUString& rURL ) { return m_aContent.isFolder( rURL ) && m_aContent.… in ContentIsFolder()
/trunk/main/dbaccess/source/ui/inc/
H A Ddsmeta.hxx93 inline void put( const ItemID _id ) { m_aContent.insert( _id ); } in put()
94 … inline bool has( const ItemID _id ) const { return m_aContent.find( _id ) != m_aContent.end(); } in has()
99 inline const_iterator begin() const { return m_aContent.begin(); } in begin()
100 inline const_iterator end() const { return m_aContent.end(); } in end()
103 ::std::set< ItemID > m_aContent;
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx140 ::ucbhelper::Content m_aContent;
521 bRet = m_aContent.insertNewContent( in createNewContent()
590 = pEntry->m_aContent.createCursor( in RequestingChilds()
663 = pEntry->m_aContent.queryCreatableContentsInfo(); in Command()
688 pEntry->m_aContent.getProperties()->getPropertyByName( in Command()
717 pEntry->m_aContent in Command()
749 pEntry->m_aContent.getPropertyValue( in Command()
793 pEntry->m_aContent.setPropertyValue( in Command()
817 pEntry->m_aContent.getPropertyValue( in Command()
852 pEntry->m_aContent.executeCommand( in Command()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier()
459 if( it == m_aContent.end() ) in deregisterNotifier()
465 m_aContent.erase( it ); in deregisterNotifier()
2573 if( it != m_aContent.end() && it->second.notifier ) in getContentEventListeners()
2600 if( it != m_aContent.end() && it->second.notifier ) in getContentDeletedEventListeners()
2671 if( it != m_aContent.end() && it->second.notifier ) in getPropertySetListeners()
2747 while( itnames != m_aContent.end() ) in getContentExchangedEventListeners()
2771 if( itold != m_aContent.end() ) in getContentExchangedEventListeners()
2786 m_aContent.erase( itold ); in getContentExchangedEventListeners()
2853 if( it != m_aContent.end() && it->second.notifier ) in getPropertyChangeNotifier()
[all …]
H A Dfilprp.cxx47 shell::ContentMap::iterator it = m_pMyShell->m_aContent.find( aUnqPath ); in XPropertySetInfo_impl()
H A Dshell.hxx557 ContentMap m_aContent; member in fileaccess::shell
/trunk/main/connectivity/inc/connectivity/
H A Ddbexception.hxx72 ::com::sun::star::uno::Any m_aContent;
144 const ::com::sun::star::uno::Any& get() const { return m_aContent; } in get()
148 m_aContent.clear(); in clear()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx399 ::ucbhelper::Content m_aContent;
662 m_aContent( in Moderator()
876 aResult = m_aContent.executeCommand(m_aArg.Name,m_aArg.Argument); in run()
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx1472 ::rtl::OUString m_aContent;
1548 m_aContent += rChars; in Characters()
1580 SvXMLUnitConverter::decodeBase64( aKey, m_aContent ); in EndElement()

Completed in 86 milliseconds