Searched refs:rActionComponents (Results 1 – 2 of 2) sorted by relevance
85 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = aActionComponentsSe… in SwSmartTagPopup() local88 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()
93 …const Sequence< Reference< smarttags::XSmartTagAction > >& rActionComponents = rActionComponentsSe… in FillMenu() local96 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 10 milliseconds