Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx85 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = aActionComponentsSe… in SwSmartTagPopup() local
88 if ( 0 == rActionComponents.getLength() || 0 == rActionIndices.getLength() ) in SwSmartTagPopup()
92 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in SwSmartTagPopup()
117 for ( sal_uInt16 i = 0; i < rActionComponents.getLength(); ++i ) in SwSmartTagPopup()
119 xAction = rActionComponents[i]; in SwSmartTagPopup()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx93 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = rActionComponentsSe… in FillMenu() local
96 if ( 0 == rActionComponents.getLength() || 0 == rActionIndices.getLength() ) in FillMenu()
100 Reference< smarttags::XSmartTagAction > xAction = rActionComponents[0]; in FillMenu()
126 for ( sal_uInt16 i = 0; i < rActionComponents.getLength(); ++i ) in FillMenu()
128 xAction = rActionComponents[i]; in FillMenu()

Completed in 33 milliseconds