Home
last modified time | relevance | path

Searched refs:_bInHeaderFooter (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.hxx39 bool _bInHeaderFooter ) in EscherShape()
42 mbInHeaderFooter( _bInHeaderFooter ) in EscherShape()
77 const bool _bInHeaderFooter );
94 const bool _bInHeaderFooter );
H A Dww8graf2.cxx79 const bool _bInHeaderFooter ) in InsertEscherObject() argument
81 sal_uLong nInsertPos = GetEscherObjectPos( nSpId, _bInHeaderFooter ); in InsertEscherObject()
118 const bool _bInHeaderFooter ) in GetEscherObjectPos() argument
135 if ( !_bInHeaderFooter ) in GetEscherObjectPos()
152 if ( _bInHeaderFooter && !aIter->mbInHeaderFooter ) in GetEscherObjectPos()
162 maEscherLayer.insert(aIter, EscherShape( nFound, _bInHeaderFooter ) ); in GetEscherObjectPos()