Home
last modified time | relevance | path

Searched refs:nPrio (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx412 double nPrio, in DrawShape() argument
423 …mnPriority( nPrio ), // TODO(F1): When ZOrder someday becomes usable: make this ( getAPIShapePrio(… in DrawShape()
474 double nPrio, in DrawShape() argument
484 …mnPriority( nPrio ), // TODO(F1): When ZOrder someday becomes usable: make this ( getAPIShapePrio(… in DrawShape()
527 double nPrio ) : in DrawShape() argument
536 mnPriority( nPrio ), in DrawShape()
577 double nPrio, in create() argument
583 nPrio, in create()
609 double nPrio, in create() argument
615 nPrio, in create()
H A Dmediashape.cxx71 double nPrio,
105 double nPrio, in MediaShape() argument
107 ExternalShapeBase( xShape, nPrio, rContext ), in MediaShape()
284 double nPrio, in createMediaShape() argument
288 new MediaShape(xShape, nPrio, rContext)); in createMediaShape()
H A Dappletshape.cxx82 double nPrio,
122 double nPrio, in AppletShape() argument
127 ExternalShapeBase( xShape, nPrio, rContext ), in AppletShape()
311 double nPrio, in createAppletShape() argument
319 nPrio, in createAppletShape()
H A Ddrawshape.hxx92 double nPrio,
121 double nPrio,
240 double nPrio,
268 double nPrio,
276 DrawShape( const DrawShape&, const DocTreeNode& rTreeNode, double nPrio );
H A Dviewshape.hxx153 double nPrio ) : in RenderArgs()
160 mnShapePriority( nPrio ) in RenderArgs()
270 double nPrio,
H A Dexternalshapebase.cxx94 double nPrio, in ExternalShapeBase() argument
101 …mnPriority( nPrio ), // TODO(F1): When ZOrder someday becomes usable: make this ( getAPIShapePrio(… in ExternalShapeBase()
H A Dshapeimporter.cxx162 double nPrio );
192 double nPrio ) : in ShapeOfGroup() argument
195 mnPrio(nPrio) in ShapeOfGroup()
H A Dviewshape.cxx311 double nPrio, in renderSprite() argument
385 nPrio )); in renderSprite()
H A Dmediashape.hxx46 double nPrio,
H A Dappletshape.hxx48 double nPrio,
H A Dexternalshapebase.hxx65 double nPrio,
/trunk/main/slideshow/test/
H A Dtestshape.cxx55 double nPrio ) : in ImplTestShape() argument
59 mnPrio( nPrio ), in ImplTestShape()
210 double nPrio) in createTestShape() argument
214 new ImplTestShape(rRect,nPrio)) ); in createTestShape()
H A Dtests.hxx66 double nPrio);
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx119 static void RegisterFactory( sal_uInt16 nPrio = USHRT_MAX ); \
127 void Class::RegisterFactory( sal_uInt16 nPrio ) \
129 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
/trunk/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx50 void OutlineViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument
53 &CreateInstance,&InitFactory,nPrio,"Outline"); in RegisterFactory()
H A DSlideSorterViewShellBase.cxx54 void SlideSorterViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument
57 &CreateInstance,&InitFactory,nPrio,"SlideSorter"); in RegisterFactory()
H A DGraphicViewShellBase.cxx52 void GraphicViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument
55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
H A DImpressViewShellBase.cxx52 void ImpressViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument
55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
H A DPresentationViewShellBase.cxx60 void PresentationViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument
63 &CreateInstance,&InitFactory,nPrio,"FullScreenPresentation"); in RegisterFactory()
/trunk/main/slideshow/source/engine/
H A Danimatedsprite.cxx203 void AnimatedSprite::setPriority( double nPrio ) in setPriority() argument
205 mpSprite->setPriority( nPrio ); in setPriority()
H A Dtools.cxx814 sal_Int32 nPrio(0); in getAPIShapePrio() local
816 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ZOrder") ) ) >>= nPrio) ) in getAPIShapePrio()
824 return nPrio / 65535.0; in getAPIShapePrio()
H A Dusereventqueue.cxx865 double nPrio, in ClickEventRegistrationFunctor() argument
868 mnPrio(nPrio), in ClickEventRegistrationFunctor()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1502 const char* ResMgr::GetLang( LanguageType& nType, sal_uInt16 nPrio ) in GetLang() argument
1507 if ( nPrio == 0 ) in GetLang()
1654 else if ( nPrio == 1 ) in GetLang()
1668 else if ( nPrio == 2 ) in GetLang()
1670 else if ( nPrio == 3 ) in GetLang()
1672 else if ( nPrio == 4 ) in GetLang()
/trunk/main/vcl/source/window/
H A Darrange.cxx159 sal_Int32 nPrio = m_nExpandPriority; in getExpandPriority() local
166 if( nCPrio > nPrio ) in getExpandPriority()
167 nPrio = nCPrio; in getExpandPriority()
170 return nPrio; in getExpandPriority()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx478 double nPrio ) const in createSprite()
483 nPrio )); in createSprite()

Completed in 88 milliseconds

12