Home
last modified time | relevance | path

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

/AOO41X/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 =()
121 m_aContent = _rErrorEvent.Reason; in operator =()
129 m_aContent = _rCaughtSQLException; in operator =()
[all …]
/AOO41X/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;
/AOO41X/main/fpicker/source/office/
H A Diodlg.cxx1132 pThis->m_aContent.bindTo( ::rtl::OUString( ) ); in IMPL_STATIC_LINK()
1141 = pThis->m_aContent.queryCurrentInteractionHandler(); in IMPL_STATIC_LINK()
1144 pThis->m_aContent.enableOwnInteractionHandler( in IMPL_STATIC_LINK()
1147 bIsFolder = pThis->m_aContent.isFolder( aFileName ); in IMPL_STATIC_LINK()
1152 = pThis->m_aContent.getOwnInteractionHandler(); in IMPL_STATIC_LINK()
1159 if ( pThis->m_aContent.isInvalid() && in IMPL_STATIC_LINK()
1170 pThis->m_aContent.disableInteractionHandler(); in IMPL_STATIC_LINK()
1172 pThis->m_aContent.enableDefaultInteractionHandler(); in IMPL_STATIC_LINK()
1268 … sal_Bool bFolder = pThis->m_aContent.isFolder( aPathObj.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_STATIC_LINK()
1288 bExists = pThis->m_aContent.is( aFileObj.GetMainURL( INetURLObject::NO_DECODE ) ); in IMPL_STATIC_LINK()
[all …]
H A Diodlg.hxx112 ::svt::SmartContent m_aContent;
284 … ContentIsFolder( const rtl::OUString& rURL ) { return m_aContent.isFolder( rURL ) && m_aContent.… in ContentIsFolder()
/AOO41X/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 …]
/AOO41X/main/ucb/source/ucp/file/
H A Dshell.cxx435 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in registerNotifier()
458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier()
459 if( it == m_aContent.end() ) in deregisterNotifier()
465 m_aContent.erase( it ); in deregisterNotifier()
505 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in associate()
540 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in deassociate()
833 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in setv()
1087 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
1940 m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).first; in insertDefaultProperties()
2535 shell::ContentMap::iterator it = m_aContent.find( aUnqPath ); in getv()
[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
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()