Home
last modified time | relevance | path

Searched refs:nArrowWidth (Results 1 – 7 of 7) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx978 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 Dmsdffimp.cxx1046 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/oox/source/export/
H A Ddrawingml.cxx242 sal_Int32 nArrowWidth; in WriteLineArrow() local
244 …erPropertyContainer::GetLineArrow( bLineStart, rXPropSet, eLineEnd, nArrowLength, nArrowWidth ) ) { in WriteLineArrow()
284 switch( nArrowWidth ) { in WriteLineArrow()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx683 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/sc/source/filter/excel/
H A Dxiescher.cxx1114 sal_uInt8 nArrowWidth = ::extract_value< sal_uInt8 >( mnArrows, 4, 4 ); in DoCreateSdrObj() local
1116 switch( nArrowWidth ) in DoCreateSdrObj()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx404 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/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx2186 gint nArrowWidth; in NWGetComboBoxButtonRect() local
2198 nArrowWidth = MIN_ARROW_SIZE + (GTK_MISC(gWidgetData[nScreen].gArrowWidget)->xpad * 2); in NWGetComboBoxButtonRect()
2199 nButtonWidth = nArrowWidth + in NWGetComboBoxButtonRect()

Completed in 141 milliseconds