/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 412 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 D | appletshape.cxx | 82 double nPrio, 122 double nPrio, in AppletShape() argument 127 ExternalShapeBase( xShape, nPrio, rContext ), in AppletShape() 309 double nPrio, in createAppletShape() argument 317 nPrio, in createAppletShape()
|
H A D | mediashape.cxx | 71 double nPrio, 105 double nPrio, in MediaShape() argument 107 ExternalShapeBase( xShape, nPrio, rContext ), in MediaShape() 283 double nPrio, in createMediaShape() argument 287 new MediaShape(xShape, nPrio, rContext)); in createMediaShape()
|
H A D | drawshape.hxx | 92 double nPrio, 121 double nPrio, 240 double nPrio, 268 double nPrio, 276 DrawShape( const DrawShape&, const DocTreeNode& rTreeNode, double nPrio );
|
H A D | viewshape.hxx | 153 double nPrio ) : in RenderArgs() 160 mnShapePriority( nPrio ) in RenderArgs() 270 double nPrio,
|
H A D | externalshapebase.cxx | 94 double nPrio, in ExternalShapeBase() argument 101 …mnPriority( nPrio ), // TODO(F1): When ZOrder someday becomes usable: make this ( getAPIShapePrio(… in ExternalShapeBase()
|
H A D | shapeimporter.cxx | 162 double nPrio ); 192 double nPrio ) : in ShapeOfGroup() argument 195 mnPrio(nPrio) in ShapeOfGroup()
|
H A D | viewshape.cxx | 311 double nPrio, in renderSprite() argument 385 nPrio )); in renderSprite()
|
H A D | mediashape.hxx | 46 double nPrio,
|
H A D | appletshape.hxx | 48 double nPrio,
|
H A D | externalshapebase.hxx | 65 double nPrio,
|
/aoo4110/main/slideshow/test/ |
H A D | testshape.cxx | 57 double nPrio ) : in ImplTestShape() argument 61 mnPrio( nPrio ), in ImplTestShape() 212 double nPrio) in createTestShape() argument 216 new ImplTestShape(rRect,nPrio)) ); in createTestShape()
|
H A D | tests.hxx | 66 double nPrio);
|
/aoo4110/main/sd/source/ui/view/ |
H A D | OutlineViewShellBase.cxx | 50 void OutlineViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument 53 &CreateInstance,&InitFactory,nPrio,"Outline"); in RegisterFactory()
|
H A D | SlideSorterViewShellBase.cxx | 54 void SlideSorterViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument 57 &CreateInstance,&InitFactory,nPrio,"SlideSorter"); in RegisterFactory()
|
H A D | GraphicViewShellBase.cxx | 52 void GraphicViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument 55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
|
H A D | ImpressViewShellBase.cxx | 52 void ImpressViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument 55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
|
H A D | PresentationViewShellBase.cxx | 60 void PresentationViewShellBase::RegisterFactory( sal_uInt16 nPrio ) in RegisterFactory() argument 63 &CreateInstance,&InitFactory,nPrio,"FullScreenPresentation"); in RegisterFactory()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 118 static void RegisterFactory( sal_uInt16 nPrio = USHRT_MAX ); \ 126 void Class::RegisterFactory( sal_uInt16 nPrio ) \ 128 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
|
/aoo4110/main/slideshow/source/engine/ |
H A D | animatedsprite.cxx | 203 void AnimatedSprite::setPriority( double nPrio ) in setPriority() argument 205 mpSprite->setPriority( nPrio ); in setPriority()
|
H A D | tools.cxx | 814 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 D | usereventqueue.cxx | 865 double nPrio, in ClickEventRegistrationFunctor() argument 868 mnPrio(nPrio), in ClickEventRegistrationFunctor()
|
/aoo4110/main/tools/source/rc/ |
H A D | resmgr.cxx | 1502 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()
|
/aoo4110/main/slideshow/source/engine/transitions/ |
H A D | slidechangebase.cxx | 478 double nPrio ) const in createSprite() 483 nPrio )); in createSprite()
|
/aoo4110/main/vcl/source/window/ |
H A D | arrange.cxx | 159 sal_Int32 nPrio = m_nExpandPriority; in getExpandPriority() local 166 if( nCPrio > nPrio ) in getExpandPriority() 167 nPrio = nCPrio; in getExpandPriority() 170 return nPrio; in getExpandPriority()
|