Searched refs:bSwitched (Results 1 – 7 of 7) sorted by relevance
770 sal_Bool bSwitched = sal_False; in SetCursorAtPoint() local778 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()
143 sal_Bool bSwitched; member160 Handle() : bMirroredX ( sal_False ), bMirroredY ( sal_False ), bSwitched( sal_False ), in Handle()
228 sal_Bool bSwitched = sal_Bool(); in ImpExportHandles() local229 if ( rPropVal.Value >>= bSwitched ) in ImpExportHandles()231 bSwitched ? GetXMLToken( XML_TRUE ) : GetXMLToken( XML_FALSE ) ); in ImpExportHandles()
502 sal_Bool bSwitched = sal_Bool(); in ConvertSequenceToEnhancedCustomShape2dHandle() local503 if ( rPropVal.Value >>= bSwitched ) in ConvertSequenceToEnhancedCustomShape2dHandle()505 if ( bSwitched ) in ConvertSequenceToEnhancedCustomShape2dHandle()
1067 sal_Bool bSwitched = sal_True; in MergeDefaultAttributes() local1069 rPropValues[ n++ ].Value <<= bSwitched; in MergeDefaultAttributes()1549 sal_Bool bSwitched = sal_True; in IsDefaultGeometry() local1551 rPropValues[ n++ ].Value <<= bSwitched; in IsDefaultGeometry()
3675 sal_Bool bSwitched = sal_Bool(); in CreateCustomShapeProperties() local3676 if ( rPropVal.Value >>= bSwitched ) in CreateCustomShapeProperties()3678 if ( bSwitched ) in CreateCustomShapeProperties()
2078 sal_Bool bSwitched = sal_True; in ApplyCustomShapeGeometryAttributes() local2081 aProp.Value <<= bSwitched; in ApplyCustomShapeGeometryAttributes()
Completed in 81 milliseconds