Lines Matching refs:sal_Int32

51 const static sal_Int32 OOLineThin = 35;
52 const static sal_Int32 OOLineMedium = 88;
53 const static sal_Int32 OOLineThick = 141;
54 const static sal_Int32 OOLineHairline = 2;
60 sal_Int32 m_LineType;
166 …t > & xProps, const uno::Reference< uno::XComponentContext >& xContext, sal_Int32 lineType, ScVbaP… in ScVbaBorder()
178 sal_Int32 nColor = 0; in setColor()
192 sal_Int32 nColor = 0; in getColorIndex()
195 sal_Int32 nElems = xIndex->getCount(); in getColorIndex()
196 sal_Int32 nIndex = -1; in getColorIndex()
197 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex()
199 sal_Int32 nPaletteColor = 0; in getColorIndex()
212 sal_Int32 nColor = 0; in setColorIndex()
242 sal_Int32 nWeight = 0; in setWeight()
279 sal_Int32 nLineStyle = 0; in setLineStyle()
311 sal_Int32 getTableIndex( sal_Int32 nConst ) in getTableIndex()
314 sal_Int32 nIndexes = getCount(); in getTableIndex()
315 sal_Int32 realIndex = 0; in getTableIndex()
329 virtual ::sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException) in getCount()
333 …virtual uno::Any SAL_CALL getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex()
336 sal_Int32 nIndex = getTableIndex( Index ); in getByIndex()
363 sal_Int32 nIndex;
406 ScVbaBorders::getItemByIntIndex( const sal_Int32 nIndex ) throw (uno::RuntimeException) in getItemByIntIndex()
414 sal_Int32 count = getCount(); in getColor()
416 for( sal_Int32 i = 0; i < count ; i++ ) in getColor()
434 sal_Int32 count = getCount(); in setColor()
435 for( sal_Int32 i = 0; i < count ; i++ ) in setColor()
443 sal_Int32 count = getCount(); in getColorIndex()
445 for( sal_Int32 i = 0; i < count ; i++ ) in getColorIndex()
463 sal_Int32 count = getCount(); in setColorIndex()
464 for( sal_Int32 i = 0; i < count ; i++ ) in setColorIndex()
498 sal_Int32 aLinestyle = XlLineStyle::xlLineStyleNone; in getLineStyle()
515 sal_Int32 count = getCount(); in setLineStyle()
516 for( sal_Int32 i = 0; i < count ; i++ ) in setLineStyle()
524 sal_Int32 count = getCount(); in getWeight()
526 for( sal_Int32 i = 0; i < count ; i++ ) in getWeight()
544 sal_Int32 count = getCount(); in setWeight()
545 for( sal_Int32 i = 0; i < count ; i++ ) in setWeight()