Lines Matching refs:css

42 namespace css = ::com::sun::star;
48 css::rendering::XSpriteCanvas,
49 css::rendering::XBitmap,
50 css::awt::XWindowListener,
51 css::lang::XInitialization
106 const css::uno::Reference<css::rendering::XSpriteCanvas>& rxUpdateCanvas,
107 const css::uno::Reference<css::awt::XWindow>& rxUpdateWindow,
108 const css::uno::Reference<css::rendering::XCanvas>& rxSharedCanvas,
109 const css::uno::Reference<css::awt::XWindow>& rxSharedWindow,
110 const css::uno::Reference<css::awt::XWindow>& rxWindow);
114 throw (css::uno::RuntimeException);
116 css::awt::Point GetOffset (const css::uno::Reference<css::awt::XWindow>& rxBaseWindow);
121 css::rendering::ViewState MergeViewState (
122 const css::rendering::ViewState& rViewState,
123 const css::awt::Point& raOffset);
125 css::uno::Reference<css::rendering::XCanvas> GetSharedCanvas (void) const;
136 void SetClip (const css::awt::Rectangle& rClipRectangle);
144 css::uno::Reference<css::rendering::XPolyPolygon2D> UpdateSpriteClip (
145 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxOriginalClip,
146 const css::geometry::RealPoint2D& rLocation,
147 const css::geometry::RealSize2D& rSize);
153 const css::uno::Sequence<css::uno::Any>& rArguments)
154 throw(css::uno::Exception, css::uno::RuntimeException);
160 throw (css::uno::RuntimeException);
163 const css::geometry::RealPoint2D& aPoint,
164 const css::rendering::ViewState& aViewState,
165 const css::rendering::RenderState& aRenderState)
166 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
169 const css::geometry::RealPoint2D& aStartPoint,
170 const css::geometry::RealPoint2D& aEndPoint,
171 const css::rendering::ViewState& aViewState,
172 const css::rendering::RenderState& aRenderState)
173 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
176 const css::geometry::RealBezierSegment2D& aBezierSegment,
177 const css::geometry::RealPoint2D& aEndPoint,
178 const css::rendering::ViewState& aViewState,
179 const css::rendering::RenderState& aRenderState)
180 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
182 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL drawPolyPolygon (
183 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
184 const css::rendering::ViewState& aViewState,
185 const css::rendering::RenderState& aRenderState)
186 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
188 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL strokePolyPolygon (
189 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
190 const css::rendering::ViewState& aViewState,
191 const css::rendering::RenderState& aRenderState,
192 const css::rendering::StrokeAttributes& aStrokeAttributes)
193 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
195 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
197 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
198 const css::rendering::ViewState& aViewState,
199 const css::rendering::RenderState& aRenderState,
200 const css::uno::Sequence< css::rendering::Texture >& aTextures,
201 const css::rendering::StrokeAttributes& aStrokeAttributes)
202 throw (css::lang::IllegalArgumentException,
203 css::rendering::VolatileContentDestroyedException,
204 css::uno::RuntimeException);
206 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
208 const css::uno::Reference<css::rendering::XPolyPolygon2D >& xPolyPolygon,
209 const css::rendering::ViewState& aViewState,
210 const css::rendering::RenderState& aRenderState,
211 const css::uno::Sequence<css::rendering::Texture>& aTextures,
212 const css::uno::Reference<css::geometry::XMapping2D>& xMapping,
213 const css::rendering::StrokeAttributes& aStrokeAttributes)
214 throw (css::lang::IllegalArgumentException,
215 css::rendering::VolatileContentDestroyedException,
216 css::uno::RuntimeException);
218 virtual css::uno::Reference<css::rendering::XPolyPolygon2D> SAL_CALL
220 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
221 const css::rendering::ViewState& aViewState,
222 const css::rendering::RenderState& aRenderState,
223 const css::rendering::StrokeAttributes& aStrokeAttributes)
224 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
226 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
228 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
229 const css::rendering::ViewState& aViewState,
230 const css::rendering::RenderState& aRenderState)
231 throw (css::lang::IllegalArgumentException,
232 css::uno::RuntimeException);
234 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
236 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
237 const css::rendering::ViewState& aViewState,
238 const css::rendering::RenderState& aRenderState,
239 const css::uno::Sequence<css::rendering::Texture>& xTextures)
240 throw (css::lang::IllegalArgumentException,
241 css::rendering::VolatileContentDestroyedException,
242 css::uno::RuntimeException);
244 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
246 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
247 const css::rendering::ViewState& aViewState,
248 const css::rendering::RenderState& aRenderState,
249 const css::uno::Sequence< css::rendering::Texture >& xTextures,
250 const css::uno::Reference< css::geometry::XMapping2D >& xMapping)
251 throw (css::lang::IllegalArgumentException,
252 css::rendering::VolatileContentDestroyedException,
253 css::uno::RuntimeException);
255 virtual css::uno::Reference<css::rendering::XCanvasFont> SAL_CALL
257 const css::rendering::FontRequest& aFontRequest,
258 const css::uno::Sequence< css::beans::PropertyValue >& aExtraFontProperties,
259 const css::geometry::Matrix2D& aFontMatrix)
260 throw (css::lang::IllegalArgumentException,
261 css::uno::RuntimeException);
263 virtual css::uno::Sequence<css::rendering::FontInfo> SAL_CALL
265 const css::rendering::FontInfo& aFilter,
266 const css::uno::Sequence< css::beans::PropertyValue >& aFontProperties)
267 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
269 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
271 const css::rendering::StringContext& aText,
272 const css::uno::Reference< css::rendering::XCanvasFont >& xFont,
273 const css::rendering::ViewState& aViewState,
274 const css::rendering::RenderState& aRenderState,
276 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
278 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
280 const css::uno::Reference< css::rendering::XTextLayout >& xLayoutetText,
281 const css::rendering::ViewState& aViewState,
282 const css::rendering::RenderState& aRenderState)
283 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
285 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
287 const css::uno::Reference< css::rendering::XBitmap >& xBitmap,
288 const css::rendering::ViewState& aViewState,
289 const css::rendering::RenderState& aRenderState)
290 throw (css::lang::IllegalArgumentException,
291 css::rendering::VolatileContentDestroyedException,
292 css::uno::RuntimeException);
294 virtual css::uno::Reference<css::rendering::XCachedPrimitive> SAL_CALL
296 const css::uno::Reference< css::rendering::XBitmap>& xBitmap,
297 const css::rendering::ViewState& aViewState,
298 const css::rendering::RenderState& aRenderState)
299 throw (css::lang::IllegalArgumentException,
300 css::rendering::VolatileContentDestroyedException,
301 css::uno::RuntimeException);
303 virtual css::uno::Reference<css::rendering::XGraphicDevice> SAL_CALL
305 throw (css::uno::RuntimeException);
311 const css::uno::Reference< css::rendering::XBitmapCanvas >& sourceCanvas,
312 const css::geometry::RealRectangle2D& sourceRect,
313 const css::rendering::ViewState& sourceViewState,
314 const css::rendering::RenderState& sourceRenderState,
315 const css::geometry::RealRectangle2D& destRect,
316 const css::rendering::ViewState& destViewState,
317 const css::rendering::RenderState& destRenderState)
318 throw (css::lang::IllegalArgumentException,
319 css::rendering::VolatileContentDestroyedException,
320 css::uno::RuntimeException);
325 css::uno::Reference< css::rendering::XAnimatedSprite > SAL_CALL
327 const css::uno::Reference< css::rendering::XAnimation >& animation)
328 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
330 css::uno::Reference< css::rendering::XAnimatedSprite > SAL_CALL
332 const css::uno::Sequence<
333 css::uno::Reference< css::rendering::XBitmap > >& animationBitmaps,
335 throw (css::lang::IllegalArgumentException,
336 css::rendering::VolatileContentDestroyedException,
337 css::uno::RuntimeException);
339 css::uno::Reference< css::rendering::XCustomSprite > SAL_CALL
341 const css::geometry::RealSize2D& spriteSize)
342 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
344 css::uno::Reference< css::rendering::XSprite > SAL_CALL
346 const css::uno::Reference< css::rendering::XSprite >& original)
347 throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
350 throw (css::uno::RuntimeException);
355 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent)
356 throw (css::uno::RuntimeException);
361 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
362 throw (css::uno::RuntimeException);
364 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
365 throw (css::uno::RuntimeException);
367 virtual void SAL_CALL windowShown (const css::lang::EventObject& rEvent)
368 throw (css::uno::RuntimeException);
370 virtual void SAL_CALL windowHidden (const css::lang::EventObject& rEvent)
371 throw (css::uno::RuntimeException);
376 virtual css::geometry::IntegerSize2D SAL_CALL getSize (void)
377 throw (css::uno::RuntimeException);
380 throw (css::uno::RuntimeException);
382 virtual css::uno::Reference<css::rendering::XBitmapCanvas> SAL_CALL queryBitmapCanvas (void)
383 throw (css::uno::RuntimeException);
385 virtual css::uno::Reference<css::rendering::XBitmap> SAL_CALL getScaledBitmap(
386 const css::geometry::RealSize2D& rNewSize,
388 throw (css::uno::RuntimeException,
389 css::lang::IllegalArgumentException,
390 css::rendering::VolatileContentDestroyedException);
393 css::uno::Reference<css::rendering::XSpriteCanvas> mxUpdateCanvas;
394 css::uno::Reference<css::awt::XWindow> mxUpdateWindow;
395 css::uno::Reference<css::rendering::XCanvas> mxSharedCanvas;
396 css::uno::Reference<css::awt::XWindow> mxSharedWindow;
400 css::uno::Reference<css::awt::XWindow> mxWindow;
404 css::awt::Point maOffset;
413 css::awt::Rectangle maClipRectangle;
424 const css::geometry::AffineMatrix2D& rViewTransform,
425 const css::awt::Point& rOffset);
427 css::rendering::ViewState MergeViewState (const css::rendering::ViewState& rViewState);
433 throw (css::lang::DisposedException);