Home
last modified time | relevance | path

Searched refs:bSwitched (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1067 sal_Bool bSwitched = sal_True; in MergeDefaultAttributes() local
1069 rPropValues[ n++ ].Value <<= bSwitched; in MergeDefaultAttributes()
1549 sal_Bool bSwitched = sal_True; in IsDefaultGeometry() local
1551 rPropValues[ n++ ].Value <<= bSwitched; in IsDefaultGeometry()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2078 sal_Bool bSwitched = sal_True; in ApplyCustomShapeGeometryAttributes() local
2081 aProp.Value <<= bSwitched; in ApplyCustomShapeGeometryAttributes()
H A Descherex.cxx3675 sal_Bool bSwitched = sal_Bool(); in CreateCustomShapeProperties() local
3676 if ( rPropVal.Value >>= bSwitched ) in CreateCustomShapeProperties()
3678 if ( bSwitched ) in CreateCustomShapeProperties()
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx228 sal_Bool bSwitched = sal_Bool(); in ImpExportHandles() local
229 if ( rPropVal.Value >>= bSwitched ) in ImpExportHandles()
231 bSwitched ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportHandles()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx502 sal_Bool bSwitched = sal_Bool(); in ConvertSequenceToEnhancedCustomShape2dHandle() local
503 if ( rPropVal.Value >>= bSwitched ) in ConvertSequenceToEnhancedCustomShape2dHandle()
505 if ( bSwitched ) in ConvertSequenceToEnhancedCustomShape2dHandle()
/trunk/main/svx/inc/svx/
H A DEnhancedCustomShape2d.hxx143 sal_Bool bSwitched; member
160 Handle() : bMirroredX ( sal_False ), bMirroredY ( sal_False ), bSwitched( sal_False ), in Handle()
/trunk/main/sc/source/ui/view/
H A Dselect.cxx770 sal_Bool bSwitched = sal_False; in SetCursorAtPoint() local
778 pViewData->GetView()->ActivatePart( SC_SPLIT_TOPRIGHT ), bSwitched = sal_True; in SetCursorAtPoint()
780 pViewData->GetView()->ActivatePart( SC_SPLIT_BOTTOMRIGHT ), bSwitched = sal_True; in SetCursorAtPoint()
791 pViewData->GetView()->ActivatePart( SC_SPLIT_BOTTOMLEFT ), bSwitched = sal_True; in SetCursorAtPoint()
793 pViewData->GetView()->ActivatePart( SC_SPLIT_BOTTOMRIGHT ), bSwitched = sal_True; in SetCursorAtPoint()
797 if (bSwitched) in SetCursorAtPoint()

Completed in 106 milliseconds