Home
last modified time | relevance | path

Searched refs:aObjects (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx196 ::std::vector<SdrObject*> aObjects; in select()
210 aObjects.push_back( pObj ); in select()
248 aObjects.push_back( pObj ); in select()
270 ::std::vector<SdrObject*>::iterator aIter( aObjects.begin() ); in select()
271 const ::std::vector<SdrObject*>::iterator aEnd( aObjects.end() ); in select()
/trunk/main/extensions/source/propctrlr/
H A Dformcontroller.cxx229 Sequence< Reference< XInterface > > aObjects; in setFastPropertyValue_NoBroadcast() local
232 aObjects.realloc( 1 ); in setFastPropertyValue_NoBroadcast()
233 aObjects[0] = m_xCurrentInspectee; in setFastPropertyValue_NoBroadcast()
237 xInspector->inspect( aObjects ); in setFastPropertyValue_NoBroadcast()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx330 ::std::vector< ObjectRepresentation > aObjects( mpObjects->size() ); in implExport()
335 aObjects[ nPos++ ] = (*aIter).second; in implExport()
339 mpSVGFontExport = new SVGFontExport( *mpSVGExport, aObjects ); in implExport()
1342 std::vector< ObjectRepresentation > aObjects; in writeMtf() local
1344 aObjects.push_back( ObjectRepresentation( Reference< XInterface >(), rMtf ) ); in writeMtf()
1345 SVGFontExport aSVGFontExport( *this, aObjects ); in writeMtf()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx1457 std::vector< SdrObject* > aObjects; in CreateAnimatedGroup() local
1458 aObjects.reserve(aIter.Count()); in CreateAnimatedGroup()
1466 aObjects.push_back(pCandidate); in CreateAnimatedGroup()
1487 for(sal_uInt32 a(0); a < aObjects.size(); a++) in CreateAnimatedGroup()
1490 pNext = aObjects[a]; in CreateAnimatedGroup()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx572 Sequence< Reference< XInterface > > aObjects( nControlCount + 1 ); in attachControlEvents() local
573 Reference< XInterface >* pObjects = aObjects.getArray(); in attachControlEvents()
587 … xScriptEventsAttacher->attachEvents( aObjects, Reference< XScriptListener >(), aHelper ); in attachControlEvents()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx2198 ::std::set< Reference< XFormComponent > > aObjects; in MarkViewObj()
2199 CollectObjects(pFormData,bDeep,aObjects); in MarkViewObj()
2217 …if ( xControlModel.is() && aObjects.find(xControlModel) != aObjects.end() && bMark != pFormView->I… in MarkViewObj()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4271 std::map< sal_Int32, sal_Int32 > aObjects = emitEmbeddedFont( eit->first, eit->second ); in emitFonts() local
4272 …for( std::map< sal_Int32, sal_Int32 >::iterator fit = aObjects.begin(); fit != aObjects.end(); ++f… in emitFonts()
4282 std::map< sal_Int32, sal_Int32 > aObjects = emitSystemFont( sit->first, sit->second ); in emitFonts() local
4283 …for( std::map< sal_Int32, sal_Int32 >::iterator fit = aObjects.begin(); fit != aObjects.end(); ++f… in emitFonts()
6635 std::set< sal_Int32 > aObjects; member
6690 rCont.aObjects.insert( rWidget.m_nObject ); in sortWidgets()
6701 if( it->second.aObjects.find( rPage.m_aAnnotations[nA] ) == it->second.aObjects.end()) in sortWidgets()

Completed in 137 milliseconds