Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1906 uno::Sequence<sal_Int16> aIntSeq; in OutputFlyFrame_Impl() local
1914 xPropSet->getPropertyValue(C2U("DefaultSelection")) >>= aIntSeq; in OutputFlyFrame_Impl()
1915 if( aIntSeq.getLength() ) in OutputFlyFrame_Impl()
1919 m_aRun.getOStringBuffer().append((sal_Int32)aIntSeq[0]); in OutputFlyFrame_Impl()
1922 xPropSet->getPropertyValue(C2U("SelectedItems")) >>= aIntSeq; in OutputFlyFrame_Impl()
1923 if( aIntSeq.getLength() ) in OutputFlyFrame_Impl()
1927 m_aRun.getOStringBuffer().append((sal_Int32)aIntSeq[0]); in OutputFlyFrame_Impl()

Completed in 30 milliseconds