Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2403 !IsObjectLayoutInTableCell( pRecord->nLayoutInTableCell ) ) in ProcessEscherAlign()
2464 bool SwWW8ImplReader::IsObjectLayoutInTableCell( const sal_uInt32 nLayoutInTableCell ) const in IsObjectLayoutInTableCell()
2476 ASSERT( nLayoutInTableCell == 0xFFFFFFFF, in IsObjectLayoutInTableCell()
2489 if ( nLayoutInTableCell == 0xFFFFFFFF || // no explicit attribute value given in IsObjectLayoutInTableCell()
2490 nLayoutInTableCell == 0x80008000 || in IsObjectLayoutInTableCell()
2491 ( nLayoutInTableCell & 0x02000000 && in IsObjectLayoutInTableCell()
2492 !(nLayoutInTableCell & 0x80000000 ) ) ) in IsObjectLayoutInTableCell()
2709 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()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx214 sal_uInt32 nLayoutInTableCell; member
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5161 case 0x03BF: pImpRec->nLayoutInTableCell = nUDData; break; in ProcessObj()
7583 nLayoutInTableCell( 0 ), // element is laid out in table cell in SvxMSDffImportRec()
7620 nLayoutInTableCell( rCopy.nLayoutInTableCell ), in SvxMSDffImportRec()

Completed in 106 milliseconds