Searched refs:nArrowWidth (Results 1 – 7 of 7) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | headbar.cxx | 404 long nArrowWidth = 0; in ImplDrawItem() local 406 nArrowWidth = HEAD_ARROWSIZE2+HEADERBAR_ARROWOFF; in ImplDrawItem() 420 long nMaxTxtWidth = aRect.GetWidth()-(HEADERBAR_TEXTOFF*2)-nArrowWidth; in ImplDrawItem() 458 if ( nArrowWidth ) in ImplDrawItem() 460 if ( nTxtPos+nTxtWidth+nArrowWidth >= aRect.Right() ) in ImplDrawItem() 474 nTxtPos += nArrowWidth; in ImplDrawItem() 479 if ( pItem->maOutText.Len() || (nArrowWidth && aTxtSize.Height()) ) in ImplDrawItem() 525 nImagePos -= nArrowWidth; in ImplDrawItem() 531 nImagePos += nArrowWidth; in ImplDrawItem() 571 nArrowX -= nArrowWidth; in ImplDrawItem()
|
/trunk/main/oox/source/xls/ |
H A D | drawingmanager.cxx | 683 sal_Int32 nArrowWidth = XML_med; in convertLineProperties() local 686 case BIFF_OBJ_ARROW_NARROW: nArrowWidth = XML_sm; break; in convertLineProperties() 687 case BIFF_OBJ_ARROW_MEDIUM: nArrowWidth = XML_med; break; in convertLineProperties() 688 case BIFF_OBJ_ARROW_WIDE: nArrowWidth = XML_lg; break; in convertLineProperties() 690 aLineProps.maStartArrow.moArrowWidth = aLineProps.maEndArrow.moArrowWidth = nArrowWidth; in convertLineProperties()
|
/trunk/main/oox/source/export/ |
H A D | drawingml.cxx | 242 sal_Int32 nArrowWidth; in WriteLineArrow() local 244 …erPropertyContainer::GetLineArrow( bLineStart, rXPropSet, eLineEnd, nArrowLength, nArrowWidth ) ) { in WriteLineArrow() 284 switch( nArrowWidth ) { in WriteLineArrow()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 978 sal_Int32 nArrowWidth; in CreateLineProperties() local 990 …LineArrow( bSwapLineEnds ? sal_False : sal_True, rXPropSet, eLineEnd, nArrowLength, nArrowWidth ) ) in CreateLineProperties() 993 AddOpt( ESCHER_Prop_lineStartArrowWidth, nArrowWidth ); in CreateLineProperties() 997 …LineArrow( bSwapLineEnds ? sal_True : sal_False, rXPropSet, eLineEnd, nArrowLength, nArrowWidth ) ) in CreateLineProperties() 1000 AddOpt( ESCHER_Prop_lineEndArrowWidth, nArrowWidth ); in CreateLineProperties()
|
H A D | msdffimp.cxx | 1046 sal_Int32 nArrowWidth; in ApplyLineAttributes() local 1049 …basegfx::B2DPolygon aPoly(GetLineArrow( nLineWidth, eLineEnd, eWidth, eLenght, nArrowWidth, bArrow… in ApplyLineAttributes() 1051 rSet.Put( XLineStartWidthItem( nArrowWidth ) ); in ApplyLineAttributes() 1064 sal_Int32 nArrowWidth; in ApplyLineAttributes() local 1067 …basegfx::B2DPolygon aPoly(GetLineArrow( nLineWidth, eLineEnd, eWidth, eLenght, nArrowWidth, bArrow… in ApplyLineAttributes() 1069 rSet.Put( XLineEndWidthItem( nArrowWidth ) ); in ApplyLineAttributes()
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 2186 gint nArrowWidth; in NWGetComboBoxButtonRect() local 2198 nArrowWidth = MIN_ARROW_SIZE + (GTK_MISC(gWidgetData[nScreen].gArrowWidget)->xpad * 2); in NWGetComboBoxButtonRect() 2199 nButtonWidth = nArrowWidth + in NWGetComboBoxButtonRect()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xiescher.cxx | 1114 sal_uInt8 nArrowWidth = ::extract_value< sal_uInt8 >( mnArrows, 4, 4 ); in DoCreateSdrObj() local 1116 switch( nArrowWidth ) in DoCreateSdrObj()
|
Completed in 131 milliseconds