Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds