Searched refs:bTextOnly (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | sdrhittesthelper.cxx | 47 bool bTextOnly) in SdrObjectPrimitiveHit() argument 55 …t = SdrObjListPrimitiveHit(*rObject.GetSubList(), rPnt, nTol, rSdrPageView, pVisiLayer, bTextOnly); in SdrObjectPrimitiveHit() 85 if(ViewObjectContactPrimitiveHit(rVOC, aHitPosition, fLogicTolerance, bTextOnly)) in SdrObjectPrimitiveHit() 105 bool bTextOnly) in SdrObjListPrimitiveHit() argument 115 pRetval = SdrObjectPrimitiveHit(*pObj, rPnt, nTol, rSdrPageView, pVisiLayer, bTextOnly); in SdrObjListPrimitiveHit() 127 bool bTextOnly) in ViewObjectContactPrimitiveHit() argument 154 bTextOnly); in ViewObjectContactPrimitiveHit()
|
H A D | svdedxv.cxx | 2120 static const sal_uInt16* GetFormatRangeImpl( bool bTextOnly ) in GetFormatRangeImpl() argument 2132 return &gRanges[ bTextOnly ? 10 : 0]; in GetFormatRangeImpl() 2238 bool bTextOnly = true; in ApplyFormatPaintBrush() local 2244 bTextOnly = false; in ApplyFormatPaintBrush() 2250 if( !bTextOnly ) in ApplyFormatPaintBrush()
|
/aoo41x/main/svx/inc/svx/ |
H A D | sdrhittesthelper.hxx | 50 bool bTextOnly); 58 bool bTextOnly); 67 bool bTextOnly);
|
/aoo41x/main/sw/source/core/swg/ |
H A D | SwXMLBlockListContext.cxx | 95 sal_Bool bTextOnly = sal_False; in SwXMLBlockContext() local 121 bTextOnly = sal_True; in SwXMLBlockContext() 127 rImport.getBlockList().AddName( aShort, aLong, aPackageName, bTextOnly); in SwXMLBlockContext() 239 if (rLocalRef.bTextOnly) in ~SwXMLTextBlockParContext()
|
H A D | SwXMLBlockImport.cxx | 82 bTextOnly ( bNewTextOnly ), in SwXMLTextBlockImport() 105 IsXMLToken ( rLocalName, bTextOnly ? XML_DOCUMENT : XML_DOCUMENT_CONTENT ) ) in CreateContext()
|
H A D | SwXMLTextBlocks1.cxx | 317 sal_Bool bTextOnly = sal_True; in GetBlockText() local 329 bTextOnly = sal_False; in GetBlockText() 359 …:XDocumentHandler > xFilter = new SwXMLTextBlockImport( xServiceFactory, *this, rText, bTextOnly ); in GetBlockText()
|
H A D | SwXMLTextBlocks.cxx | 249 sal_Bool bTextOnly = IsOnlyTextBlock ( rShort ) ;//pImp->pBlkRoot->IsStream( aGroup ); in CopyBlock() local 307 ((SwXMLTextBlocks&)rDestImp).AddName( rShort, rLong, bTextOnly ); in CopyBlock()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 314 long SwWrtShell::SetCrsr(const Point *pPt, sal_Bool bTextOnly) in SetCrsr() argument 324 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsr() 328 long SwWrtShell::SetCrsrKillSel(const Point *pPt, sal_Bool bTextOnly ) in SetCrsrKillSel() argument 332 return SwCrsrShell::SetCrsr(*pPt, bTextOnly); in SetCrsrKillSel()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 1257 sal_Bool bTextOnly = 0 == pDouble->pUserData; in RefillReplaceBox() local 1259 if(bSWriter || bTextOnly) in RefillReplaceBox() 1265 aTextOnlyCB.Check(bTextOnly); in RefillReplaceBox() 1266 if(!bTextOnly) in RefillReplaceBox() 1283 sal_Bool bTextOnly = pWordPtr->IsTextOnly(); in RefillReplaceBox() local 1285 if(bSWriter || bTextOnly) in RefillReplaceBox() 1292 if(!bTextOnly) in RefillReplaceBox()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | SwXMLBlockImport.hxx | 68 sal_Bool bTextOnly; member in SwXMLTextBlockImport
|
/aoo41x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 2545 bool bTextOnly = true; in ApplyFormatPaintBrush() local 2551 bTextOnly = true; in ApplyFormatPaintBrush() 2567 if( !bTextOnly ) in ApplyFormatPaintBrush()
|
Completed in 553 milliseconds