Home
last modified time | relevance | path

Searched refs:nRevision (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx485 SVBT16 nRevision;// number of times document has been revised since its creation member
487 return SVBT16ToShort(nRevision); } in nRevisionGet()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6795 nRevision = Get_Short( pData ); // 32 0x20 in WW8Dop()
6954 nRevision = 1; in WW8Dop()
7229 Set_UInt16( pData, nRevision ); // 32 0x20 in Write()
H A Dww8scan.hxx1590 …sal_Int16 nRevision; // number of times document has been revised since its creati… member in WW8Dop
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1086 *pOut << indent2 << "nRevision : " << pD->nRevision << endl1; in DumpDop()
H A Dww8scan.cxx6083 nRevision = Get_Short( pData ); in WW8Dop()
6220 nRevision = 1; in WW8Dop()
6361 Set_UInt16( pData, nRevision ); in Write()
H A Dww8scan.hxx1339 sal_Int16 nRevision; // number of times document has been revised since its creation member in WW8Dop
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx112 sal_Int16 nRevision = static_cast< sal_Int16 >( aStrValue.ToInt32() ); in LoadOlePropertySet() local
113 if ( nRevision > 0 ) in LoadOlePropertySet()
114 i_xDocProps->setEditingCycles( nRevision ); in LoadOlePropertySet()

Completed in 104 milliseconds