Home
last modified time | relevance | path

Searched refs:bHasGraphic (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/filter/inc/
H A Deeparser.hxx74 sal_Bool bHasGraphic; // HTML any image loaded member
82 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
89 nOffset(0), nWidth(0), bHasGraphic(sal_False), bEntirePara(true) in ScEEParseEntry()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2497 bool bHasGraphic = false;
2506 bHasGraphic = true;
2510 return bHasGraphic;
2516 bool bHasGraphic = false;
2521 bHasGraphic = true;
2525 return bHasGraphic;
/AOO42X/main/sc/source/filter/html/
H A Dhtmlpars.cxx1332 if ( !pActEntry->bHasGraphic ) in Image()
1377 if ( !pActEntry->bHasGraphic ) in Image()
1379 pActEntry->bHasGraphic = sal_True; in Image()