Lines Matching refs:nPos

122 sal_Bool GalleryTheme::ImplWriteSgaObject( const SgaObject& rObj, sal_uIntPtr nPos, GalleryObject* …  in ImplWriteSgaObject()  argument
140 aObjectList.Insert( pEntry, nPos ); in ImplWriteSgaObject()
467 SgaObject* GalleryTheme::AcquireObject( sal_uIntPtr nPos ) in AcquireObject() argument
469 return ImplReadSgaObject( aObjectList.GetObject( nPos ) ); in AcquireObject()
474 void GalleryTheme::GetPreviewBitmapExAndStrings(sal_uIntPtr nPos, BitmapEx& rBitmapEx, Size& rSize,… in GetPreviewBitmapExAndStrings() argument
476 const GalleryObject* pGalleryObject = aObjectList.GetObject(nPos); in GetPreviewBitmapExAndStrings()
493 void GalleryTheme::SetPreviewBitmapExAndStrings(sal_uIntPtr nPos, const BitmapEx& rBitmapEx, const … in SetPreviewBitmapExAndStrings() argument
495 GalleryObject* pGalleryObject = aObjectList.GetObject(nPos); in SetPreviewBitmapExAndStrings()
519 sal_Bool GalleryTheme::RemoveObject( sal_uIntPtr nPos ) in RemoveObject() argument
521 GalleryObject* pEntry = aObjectList.Remove( nPos ); in RemoveObject()
536 ImplBroadcast( nPos ); in RemoveObject()
831 sal_Bool GalleryTheme::GetThumb( sal_uIntPtr nPos, BitmapEx& rBmp, sal_Bool ) in GetThumb() argument
833 SgaObject* pObj = AcquireObject( nPos ); in GetThumb()
848 sal_Bool GalleryTheme::GetGraphic( sal_uIntPtr nPos, Graphic& rGraphic, sal_Bool bProgress ) in GetGraphic() argument
850 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetGraphic()
874 if( GetModel( nPos, *aModel.GetModel(), bProgress ) ) in GetGraphic()
899 SgaObject* pObj = AcquireObject( nPos ); in GetGraphic()
1007 sal_Bool GalleryTheme::GetModel( sal_uIntPtr nPos, SdrModel& rModel, sal_Bool ) in GetModel() argument
1009 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetModel()
1083 sal_Bool GalleryTheme::GetModelStream( sal_uIntPtr nPos, SotStorageStreamRef& rxModelStream, sal_Bo… in GetModelStream() argument
1085 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetModelStream()
1172 sal_Bool GalleryTheme::GetURL( sal_uIntPtr nPos, INetURLObject& rURL, sal_Bool ) in GetURL() argument
1174 const GalleryObject* pObject = ImplGetGalleryObject( nPos ); in GetURL()
1375 void GalleryTheme::CopyToClipboard( Window* pWindow, sal_uIntPtr nPos ) in CopyToClipboard() argument
1377 GalleryTransferable* pTransferable = new GalleryTransferable( this, nPos, false ); in CopyToClipboard()
1383 void GalleryTheme::StartDrag( Window* pWindow, sal_uIntPtr nPos ) in StartDrag() argument
1385 GalleryTransferable* pTransferable = new GalleryTransferable( this, nPos, true ); in StartDrag()