Home
last modified time | relevance | path

Searched refs:rAnySeq (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/items/
H A Dparaitem.cxx1076 uno::Sequence < uno::Any >& rAnySeq = aAnySeq[n]; in PutValue() local
1077 if ( rAnySeq.getLength() == 4 ) in PutValue()
1079 if (!(rAnySeq[0] >>= aSeq[n].Position)) return sal_False; in PutValue()
1080 if (!(rAnySeq[1] >>= aSeq[n].Alignment)) in PutValue()
1083 if (rAnySeq[1] >>= nVal) in PutValue()
1088 if (!(rAnySeq[2] >>= aSeq[n].DecimalChar)) in PutValue()
1091 if ( (rAnySeq[2] >>= aVal) && aVal.getLength() == 1 ) in PutValue()
1096 if (!(rAnySeq[3] >>= aSeq[n].FillChar)) in PutValue()
1099 if ( (rAnySeq[3] >>= aVal) && aVal.getLength() == 1 ) in PutValue()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1768 const uno::Sequence< uno::Any >& rAnySeq, in Append()
1771 const uno::Any* pArray = rAnySeq.getConstArray(); in Append()
1772 for( sal_Int32 nIndex = 0; nIndex < rAnySeq.getLength(); nIndex++ ) in Append()
1779 const uno::Sequence< uno::Sequence< uno::Any > >& rAnySeq, in Append()
1782 const uno::Sequence< uno::Any >* pArray = rAnySeq.getConstArray(); in Append()
1783 for( sal_Int32 nIndex = 0; nIndex < rAnySeq.getLength(); nIndex++ ) in Append()
1792 const uno::Sequence< uno::Any >& rAnySeq, in Append()
1796 Append( rAnyConv, rAnySeq, bIgnoreEmpty ); in Append()
H A Danalysishelper.hxx382 const CSS::uno::Sequence< CSS::uno::Any >& rAnySeq,
389 … const CSS::uno::Sequence< CSS::uno::Sequence< CSS::uno::Any > >& rAnySeq,
412 const CSS::uno::Sequence< CSS::uno::Any >& rAnySeq,

Completed in 41 milliseconds