Home
last modified time | relevance | path

Searched refs:front (Results 51 – 75 of 270) sorted by relevance

1234567891011

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx763 CustomAnimationEffectPtr pEffect = maListSelection.front(); in updateControls()
786 OUString aProperty( aProperties.front() ); in updateControls()
788 mnPropertyType = getPropertyType( aProperties.front() ); in updateControls()
891 if( mpMainSequence->find( maListSelection.front() ) == mpMainSequence->getBegin() ) in updateControls()
1421 nType = getPropertyType( aProperties.front() ); in createSelectionSet()
2361 EffectSequenceHelper* pSequence = maListSelection.front()->getEffectSequence(); in moveSelection()
/trunk/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl88 … of all needed superior levels are added in front. The needed superior levels of the referenced
116 of all list labels of superior levels are added in front of it.
/trunk/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx120 xRet = maJobs.front(); in getNextJob()
402 aThreads.front()->cancel(); in cancelAllJobs()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx158 … pDisplay->SendInternalEvent( pDisplay->m_aFrames.front(), NULL, SALEVENT_SETTINGSCHANGED ); in filterGdkEvent()
195 m_aFrames.front()->CallCallback( SALEVENT_DISPLAYCHANGED, 0 ); in screenSizeChanged()
244 m_aFrames.front()->CallCallback( SALEVENT_DISPLAYCHANGED, 0 ); in monitorsChanged()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx756 setCurrentSelection( aSiblings.front()); in first()
831 setCurrentSelection( aChildren.front()); in down()
842 setCurrentSelection( aChildren.front()); in veryFirst()
/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx136 TypeGroupConverter& rFirstTypeGroup = *aTypeGroups.front(); in convertFromModel()
358 if( (*aASIt)->maTypeGroups.front()->maAxisIds == xTypeGroup->maAxisIds ) in convertFromModel()
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx566 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateViewShell()
640 DeactivateSubShell(rShell, rList.front().mnId); in DeactivateShell()
1321 SfxShell* pShell = maActiveViewShells.front().mpShell; in Shutdown()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx48 Element* pCurr( Children.front() ); in ~Element()
370 delete Hyperlinks.Children.front(); in resolveHyperlinks()
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx529 rStrm.Read( &maTokVec.front(), GetSize() ); in ReadArray()
546 rStrm.Write( &maTokVec.front(), GetSize() ); in WriteArray()
548 rStrm.Write( &maExtDataVec.front(), maExtDataVec.size() ); in WriteArray()
H A Dxestring.cxx273 if( !maFormats.empty() && (maFormats.front().mnChar == 0) ) in RemoveLeadingFont()
275 nFontIdx = maFormats.front().mnFontIdx; in RemoveLeadingFont()
/trunk/main/binaryurp/source/
H A Dwriter.cxx164 item = queue_.front(); in run()
328 inArguments.front()); in sendRequest()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt131 // Format: File extensions with a dot in front, like ".hcc".
135 // Format: File extensions with a dot in front, like ".txt".
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx303 rStrm.Read( &aBuffer.front(), static_cast< sal_Size >( nSize ) ); in ImplLoadString8()
305 aValue = String( &aBuffer.front(), GetTextEncoding() ); in ImplLoadString8()
334 aValue = String( &aBuffer.front() ); in ImplLoadString16()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx536 maPoints.front().getX() == maPoints.back().getX() || in finish()
537 maPoints.front().getY() == maPoints.back().getY(), in finish()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx259 Point aLastPoint = leftside.front(); in JoinVerticalClipRectangles()
264 Point aPoint (leftside.front()); in JoinVerticalClipRectangles()
707 aNewState = maGraphicsStack.front(); in PSGSave()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx364 double fInitial = aCellsIter->second.front(); in solve()
372 double fInitial = aCellsIter->second.front(); in solve()
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx182 OSL_ASSERT( maLayers.size() == 1 && maLayers.front()->isBackgroundLayer() ); in deactivate()
293 LayerSharedPtr& rBgLayer( maLayers.front() ); in putShape2BackgroundLayer()
/trunk/main/slideshow/source/engine/activities/
H A Dcontinuouskeytimeactivitybase.cxx49 ENSURE_OR_THROW( rParms.maDiscreteTimes.front() == 0.0, in ContinuousKeyTimeActivityBase()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx1264 … mnPolyFlags, BIFF_OBJ_POLY_CLOSED ) && ((maCoords.front().X != maCoords.back().X) || (maCoords.fr… in implConvertAndInsert()
1265 aPolygon.push_back( aPolygon.front() ); in implConvertAndInsert()
/trunk/main/oox/source/vml/
H A Dvmltextbox.cxx63 return maPortions.empty() ? 0 : &maPortions.front().maFont; in getFirstFont()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2568 long nLeft = rScreens.front().Left(); in setFullScreenMonitors()
2569 long nRight = rScreens.front().Right(); in setFullScreenMonitors()
2570 long nTop = rScreens.front().Top(); in setFullScreenMonitors()
2571 long nBottom = rScreens.front().Bottom(); in setFullScreenMonitors()
/trunk/main/comphelper/inc/comphelper/
H A Dweakbag.hxx71 com::sun::star::uno::Reference< T > r(m_list.front()); in remove()
/trunk/main/salhelper/inc/salhelper/
H A Dqueue.hxx82 element = this->front(); in get()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx434 pViewShell->SetTabNo( lcl_GetVisibleTabBefore( *pDoc, theTabs.front() ), sal_True ); in Undo()
442 pViewShell->SetTabNo( lcl_GetVisibleTabBefore( *pDocShell->GetDocument(), theTabs.front() ) ); in Redo()
656 pViewShell->SetTabNo(theOldTabs.front(),sal_True); in DoChange()
/trunk/main/slideshow/source/engine/
H A Dactivitiesqueue.cxx113 ActivitySharedPtr pActivity( maCurrentActivitiesWaiting.front() ); in process()

Completed in 144 milliseconds

1234567891011