Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5126 pImpRec->pClientAnchorBuffer, pImpRec->nClientAnchorLen ); in ProcessObj()
7569 nClientAnchorLen( 0 ), in SvxMSDffImportRec()
7642 nClientAnchorLen = rCopy.nClientAnchorLen; in SvxMSDffImportRec()
7643 if( rCopy.nClientAnchorLen ) in SvxMSDffImportRec()
7645 pClientAnchorBuffer = new char[ nClientAnchorLen ]; in SvxMSDffImportRec()
7648 nClientAnchorLen ); in SvxMSDffImportRec()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx207 sal_uInt32 nClientAnchorLen; member
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx532 pImpRec->pClientAnchorBuffer, pImpRec->nClientAnchorLen ); in ProcessObj()