Home
last modified time | relevance | path

Searched refs:bReplaceByFly (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx236 sal_Bool bReplaceByFly :1; member
736 sal_Bool bReplaceByFly :1; // Shape darf im Writer durch Rahmen ersetzt werden. member
746 bReplaceByFly = sal_False; in SvxMSDffShapeInfo()
755 bReplaceByFly = rInfo.bReplaceByFly; in SvxMSDffShapeInfo()
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5305 pTextImpRec->bReplaceByFly = rInfo.bReplaceByFly; in ProcessObj()
5337 pTextImpRec->bReplaceByFly = false; in ProcessObj()
5915 bSetReplaceFALSE = !pObj->bReplaceByFly; in CheckTxBxStoryChain()
5918 if( !pObj->bReplaceByFly ) in CheckTxBxStoryChain()
5925 pOld->GetObject( nObj2 )->bReplaceByFly = sal_False; in CheckTxBxStoryChain()
5930 pObj->bReplaceByFly = sal_False; in CheckTxBxStoryChain()
6425 aInfo.bReplaceByFly = sal_True; in GetShapeContainerData()
7599 bReplaceByFly = sal_False; in SvxMSDffImportRec()
7636 bReplaceByFly = rCopy.bReplaceByFly; in SvxMSDffImportRec()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx708 pImpRec->bReplaceByFly = rInfo.bReplaceByFly; in ProcessObj()
H A Dww8graf.cxx2800 if ((!(nIniFlags1 & WW8FL_NO_FLY_FOR_TXBX)) && pRecord->bReplaceByFly) in Read_GrafLayer()