Lines Matching refs:BoundFrames
181 class BoundFrames class
185 BoundFrames( in BoundFrames() function in __anon0bc4b2b00111::BoundFrames
192 BoundFrames() in BoundFrames() function in __anon0bc4b2b00111::BoundFrames
222 const OUString BoundFrames::our_sAnchorType = OUString::createFromAscii("AnchorType");
223 const OUString BoundFrames::our_sAnchorFrame = OUString::createFromAscii("AnchorFrame");
248 const BoundFrames* GetTexts() const in GetTexts()
250 const BoundFrames* GetGraphics() const in GetGraphics()
252 const BoundFrames* GetEmbeddeds() const in GetEmbeddeds()
254 const BoundFrames* GetShapes() const in GetShapes()
257 auto_ptr<BoundFrames> m_pTexts;
258 auto_ptr<BoundFrames> m_pGraphics;
259 auto_ptr<BoundFrames> m_pEmbeddeds;
260 auto_ptr<BoundFrames> m_pShapes;
335 void BoundFrames::Fill(const filter_t& rFilter) in Fill()
368 : m_pTexts(new BoundFrames()) in BoundFrameSets()
369 , m_pGraphics(new BoundFrames()) in BoundFrameSets()
370 , m_pEmbeddeds(new BoundFrames()) in BoundFrameSets()
371 , m_pShapes(new BoundFrames()) in BoundFrameSets()
378 m_pTexts = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()
382 m_pGraphics = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()
386 m_pEmbeddeds = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()
390 m_pShapes = auto_ptr<BoundFrames>(new BoundFrames( in BoundFrameSets()