Searched refs:nLineType (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 51 sal_Int32 nLineType = office::MsoArrowheadStyle::msoArrowheadNone; in convertLineStartEndNameToArrowheadStyle() local 58 nLineType = office::MsoArrowheadStyle::msoArrowheadTriangle; in convertLineStartEndNameToArrowheadStyle() 65 nLineType = office::MsoArrowheadStyle::msoArrowheadDiamond; in convertLineStartEndNameToArrowheadStyle() 72 nLineType = office::MsoArrowheadStyle::msoArrowheadOval; in convertLineStartEndNameToArrowheadStyle() 78 nLineType = office::MsoArrowheadStyle::msoArrowheadStealth; in convertLineStartEndNameToArrowheadStyle() 87 nLineType = office::MsoArrowheadStyle::msoArrowheadOpen; in convertLineStartEndNameToArrowheadStyle() 92 nLineType = office::MsoArrowheadStyle::msoArrowheadNone; in convertLineStartEndNameToArrowheadStyle() 94 return nLineType; in convertLineStartEndNameToArrowheadStyle() 123 sal_Int32 nLineType = office::MsoArrowheadStyle::msoArrowheadNone; in getBeginArrowheadStyle() local 131 nLineType = convertLineStartEndNameToArrowheadStyle( sName ); in getBeginArrowheadStyle() [all …]
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 110 sal_Int32 nLineType = ((nSprmValue & 0xff00) >> 8); in MakeBorderLine() local 114 MakeBorderLine( nLineThickness, nLineType, nLineColor, rToFill, false); in MakeBorderLine() 117 void MakeBorderLine( sal_Int32 nLineThickness, sal_Int32 nLineType, in MakeBorderLine() argument 148 switch(nLineType) in MakeBorderLine() 310 if( nLineType == 1) in MakeBorderLine()
|
H A D | ConversionHelper.hxx | 43 void MakeBorderLine( sal_Int32 nLineThickness, sal_Int32 nLineType,
|
/aoo4110/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 88 void applyBorder( TableStylePart& rTableStylePart, sal_Int32 nLineType, oox::drawingml::LinePropert… in applyBorder() argument 91 … ::oox::drawingml::LinePropertiesPtr >::const_iterator aIter( rPartLineBorders.find( nLineType ) ); in applyBorder()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | chart.hxx | 94 sal_uInt16 nLineType; member
|
H A D | class7.cxx | 120 pTextEntry->nLineType = ( nAttributes >> 8 ) & 0xf; in ImplDoClass7()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3878 const sal_Int32 nLineType = supportedIndexTable[i]; in BorderAround() local 3879 switch( nLineType ) in BorderAround() 3886 …uno::Reference< excel::XBorder > xBorder( m_Borders->Item( uno::makeAny( nLineType ), uno::Any() )… in BorderAround()
|
Completed in 160 milliseconds