Home
last modified time | relevance | path

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

/trunk/main/forms/source/helper/
H A Dformnavigation.cxx111 ++aFeature in statusChanged()
142 ++aFeature in disposing()
147aFeature->second.xDispatcher->removeStatusListener( static_cast< XStatusListener* >( this ), aFeat… in disposing()
148 aFeature->second.xDispatcher = NULL; in disposing()
178 ++aFeature in updateDispatches()
220 ++aFeature in connectDispatchers()
225 aFeature->second.xDispatcher = queryDispatch( aFeature->second.aURL ); in connectDispatchers()
226 if ( aFeature->second.xDispatcher.is() ) in connectDispatchers()
229aFeature->second.xDispatcher->addStatusListener( static_cast< XStatusListener* >( this ), aFeature in connectDispatchers()
244 ++aFeature in disconnectDispatchers()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx783 OStringBuffer aFeature(256); in writeFeature() local
784 aFeature.append( "[{\n" ); in writeFeature()
786 aFeature.append( "%%IncludeFeature:" ); in writeFeature()
788 aFeature.append( "%%BeginFeature:" ); in writeFeature()
789 aFeature.append( " *" ); in writeFeature()
791 aFeature.append( ' ' ); in writeFeature()
795 aFeature.append( '\n' ); in writeFeature()
797 aFeature.append( "\n%%EndFeature" ); in writeFeature()
799 aFeature.append( "\n} stopped cleartomark\n" ); in writeFeature()
801 return pFile->write( aFeature.getStr(), aFeature.getLength(), nWritten ) in writeFeature()
[all …]
/trunk/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx97 ControllerFeature aFeature; in implDescribeSupportedFeature() local
98 aFeature.Command = ::rtl::OUString::createFromAscii( pAsciiCommandURL ); in implDescribeSupportedFeature()
99 aFeature.nFeatureId = nId; in implDescribeSupportedFeature()
100 aFeature.GroupId = nGroup; in implDescribeSupportedFeature()
102 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in implDescribeSupportedFeature()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1000 ControllerFeature aFeature; in implDescribeSupportedFeature() local
1001 aFeature.Command = ::rtl::OUString::createFromAscii( _pAsciiCommandURL ); in implDescribeSupportedFeature()
1002 aFeature.nFeatureId = _nFeatureId; in implDescribeSupportedFeature()
1003 aFeature.GroupId = _nCommandGroup; in implDescribeSupportedFeature()
1006 OSL_ENSURE( m_aSupportedFeatures.find( aFeature.Command ) == m_aSupportedFeatures.end(), in implDescribeSupportedFeature()
1009 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in implDescribeSupportedFeature()
1574 ControllerFeature aFeature; in registerCommandURL() local
1575 aFeature.Command = _rCompleteCommandURL; in registerCommandURL()
1576 aFeature.nFeatureId = nFeatureId; in registerCommandURL()
1577 aFeature.GroupId = CommandGroup::INTERNAL; in registerCommandURL()
[all …]
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx596 for ( ControlFeatures::const_iterator aFeature = _rDispatchers.begin(); in transferFeatureStatesToItemSet() local
597 aFeature != _rDispatchers.end(); in transferFeatureStatesToItemSet()
598 ++aFeature in transferFeatureStatesToItemSet()
601 SfxSlotId nSlotId( aFeature->first ); in transferFeatureStatesToItemSet()
641 bool bFeatureIsEnabled = aFeature->second->isFeatureEnabled(); in transferFeatureStatesToItemSet()
649 lcl_translateUnoStateToItem( nSlotId, aFeature->second->getFeatureState(), _rSet ); in transferFeatureStatesToItemSet()
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx161 void SetFeatures(grutils::GrFeatureParser * aFeature) { mpFeatures = aFeature; } in SetFeatures() argument

Completed in 47 milliseconds