Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8graf.cxx2411 !IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ) ) in ProcessEscherAlign()
2472 bool SwWW8ImplReader::IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const in IsObjectLayoutInTableCell()
2484 ASSERT( nLayoutInTableCell == 0xFFFFFFFF, in IsObjectLayoutInTableCell()
2497 if ( nLayoutInTableCell == 0xFFFFFFFF || // no explicit attribute value given in IsObjectLayoutInTableCell()
2498 nLayoutInTableCell == 0x80008000 || in IsObjectLayoutInTableCell()
2499 ( nLayoutInTableCell & 0x02000000 && in IsObjectLayoutInTableCell()
2500 !(nLayoutInTableCell & 0x80000000 ) ) ) in IsObjectLayoutInTableCell()
2717 nInTable && IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ); in Read_GrafLayer()
H A Dww8par.hxx1553 bool IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const;
H A Dww8par.cxx546 pImpRec->nLayoutInTableCell = 0xFFFFFFFF; in ProcessObj()
567 case 0x03BF: pImpRec->nLayoutInTableCell = nUDData; break; in ProcessObj()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx214 sal_uInt32 nLayoutInTableCell; member
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5148 case 0x03BF: pImpRec->nLayoutInTableCell = nUDData; break; in ProcessObj()
7543 nLayoutInTableCell( 0 ), // element is laid out in table cell in SvxMSDffImportRec()
7580 nLayoutInTableCell( rCopy.nLayoutInTableCell ), in SvxMSDffImportRec()