Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5116 pImpRec->pClientAnchorBuffer, pImpRec->nClientAnchorLen ); in ProcessObj()
7536 nClientAnchorLen( 0 ), in SvxMSDffImportRec()
7609 nClientAnchorLen = rCopy.nClientAnchorLen; in SvxMSDffImportRec()
7610 if( rCopy.nClientAnchorLen ) in SvxMSDffImportRec()
7612 pClientAnchorBuffer = new char[ nClientAnchorLen ]; in SvxMSDffImportRec()
7615 nClientAnchorLen ); in SvxMSDffImportRec()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx207 sal_uInt32 nClientAnchorLen; member
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx533 pImpRec->pClientAnchorBuffer, pImpRec->nClientAnchorLen ); in ProcessObj()