Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx5295 pTextImpRec->bReplaceByFly = rInfo.bReplaceByFly; in ProcessObj()
5327 pTextImpRec->bReplaceByFly = false; in ProcessObj()
5905 bSetReplaceFALSE = !pObj->bReplaceByFly; in CheckTxBxStoryChain()
5908 if( !pObj->bReplaceByFly ) in CheckTxBxStoryChain()
5915 pOld->GetObject( nObj2 )->bReplaceByFly = sal_False; in CheckTxBxStoryChain()
5920 pObj->bReplaceByFly = sal_False; in CheckTxBxStoryChain()
6391 aInfo.bReplaceByFly = sal_True; in GetShapeContainerData()
7566 bReplaceByFly = sal_False; in SvxMSDffImportRec()
7603 bReplaceByFly = rCopy.bReplaceByFly; in SvxMSDffImportRec()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx709 pImpRec->bReplaceByFly = rInfo.bReplaceByFly; in ProcessObj()
H A Dww8graf.cxx2809 if ((!(nIniFlags1 & WW8FL_NO_FLY_FOR_TXBX)) && pRecord->bReplaceByFly) in Read_GrafLayer()