Home
last modified time | relevance | path

Searched refs:nLayoutInTableCell (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2402 !IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ) ) in ProcessEscherAlign()
2463 bool SwWW8ImplReader::IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const in IsObjectLayoutInTableCell()
2475 ASSERT( nLayoutInTableCell == 0xFFFFFFFF, in IsObjectLayoutInTableCell()
2488 if ( nLayoutInTableCell == 0xFFFFFFFF || // no explicit attribute value given in IsObjectLayoutInTableCell()
2489 nLayoutInTableCell == 0x80008000 || in IsObjectLayoutInTableCell()
2490 ( nLayoutInTableCell & 0x02000000 && in IsObjectLayoutInTableCell()
2491 !(nLayoutInTableCell & 0x80000000 ) ) ) in IsObjectLayoutInTableCell()
2708 nInTable && IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ); in Read_GrafLayer()
H A Dww8par.hxx1552 bool IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const;
H A Dww8par.cxx545 pImpRec->nLayoutInTableCell = 0xFFFFFFFF; in ProcessObj()
566 case 0x03BF: pImpRec->nLayoutInTableCell = nUDData; break; in ProcessObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx214 sal_uInt32 nLayoutInTableCell; member
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5158 case 0x03BF: pImpRec->nLayoutInTableCell = nUDData; break; in ProcessObj()
7576 nLayoutInTableCell( 0 ), // element is laid out in table cell in SvxMSDffImportRec()
7613 nLayoutInTableCell( rCopy.nLayoutInTableCell ), in SvxMSDffImportRec()