Home
last modified time | relevance | path

Searched refs:m_aImpl (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx78 …DBG_ASSERT( !m_aImpl->m_xActiveCell.is(), "EditBrowseBox::implCreateActiveAccessible: not to be ca… in implCreateActiveAccessible()
80 if ( !m_aImpl->m_xActiveCell.is() && IsEditing() ) in implCreateActiveAccessible()
86 m_aImpl->m_xActiveCell = getAccessibleFactory().createEditBrowseBoxTableCellAccess( in implCreateActiveAccessible()
95 commitBrowseBoxEvent( CHILD, makeAny( m_aImpl->m_xActiveCell ), Any() ); in implCreateActiveAccessible()
111 if ( !m_aImpl->m_xActiveCell.is() ) in CreateAccessibleControl()
115 return m_aImpl->m_xActiveCell; in CreateAccessibleControl()
H A Deditbrowsebox.cxx142 m_aImpl = ::std::auto_ptr<EditBrowseBoxImpl>(new EditBrowseBoxImpl()); in impl_construct()
143 m_aImpl->m_bHiContrast = isHiContrast(&GetDataWindow()); in impl_construct()
309 if ( !m_aStatusImages.GetImageCount() || (bHiContrast != m_aImpl->m_bHiContrast) ) in GetImage()
311 m_aImpl->m_bHiContrast = bHiContrast; in GetImage()
1090 commitBrowseBoxEvent( CHILD, Any(), makeAny( m_aImpl->m_xActiveCell ) ); in DeactivateCell()
1091 m_aImpl->clearActiveCell(); in DeactivateCell()
/aoo4110/main/extensions/source/logging/
H A Dlogger.cxx160 ImplPool m_aImpl; member in logging::LoggerPool
373 WeakReference< XLogger >& rLogger( m_aImpl[ _rName ] ); in getNamedLogger()
/aoo4110/main/framework/inc/services/
H A Dsubstitutepathvars.hxx295 …SubstitutePathVariables_Impl m_aImpl; // Implementation class that access the conf… member in framework::SubstitutePathVariables
/aoo4110/main/framework/source/services/
H A Dsubstitutepathvars.cxx602 m_aImpl( LINK( this, SubstitutePathVariables, implts_ConfigurationNotify )),
609 m_aImpl.GetSharePointsRules( m_aSubstVarMap );
/aoo4110/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx503 ::std::auto_ptr< EditBrowseBoxImpl> m_aImpl;

Completed in 40 milliseconds