Lines Matching refs:SAL_CALL

122     virtual sal_Int64 SAL_CALL getSomething(
127 virtual ::rtl::OUString SAL_CALL getImplementationName()
129 virtual sal_Bool SAL_CALL supportsService(
132 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
138 ::com::sun::star::beans::XPropertySetInfo > SAL_CALL
141 virtual void SAL_CALL setPropertyValue(
149 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyValue(
154 virtual void SAL_CALL addPropertyChangeListener(
161 virtual void SAL_CALL removePropertyChangeListener(
168 virtual void SAL_CALL addVetoableChangeListener(
175 virtual void SAL_CALL removeVetoableChangeListener(
184 virtual ::com::sun::star::beans::PropertyState SAL_CALL
189 ::com::sun::star::beans::PropertyState > SAL_CALL
195 virtual void SAL_CALL setPropertyToDefault(
199 virtual ::com::sun::star::uno::Any SAL_CALL getPropertyDefault(
206 virtual void SAL_CALL setAllPropertiesToDefault()
208 virtual void SAL_CALL setPropertiesToDefault(
214 SAL_CALL getPropertyDefaults(
222 virtual ::com::sun::star::uno::Type SAL_CALL getElementType()
224 virtual sal_Bool SAL_CALL hasElements()
229 ::com::sun::star::container::XEnumeration > SAL_CALL
235 ::com::sun::star::container::XEnumeration > SAL_CALL
238 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL
244 ::com::sun::star::beans::PropertyValue > SAL_CALL
247 virtual void SAL_CALL sort(
253 virtual void SAL_CALL insertDocumentFromURL(
263 SAL_CALL getText()
266 ::com::sun::star::text::XTextRange > SAL_CALL getStart()
269 ::com::sun::star::text::XTextRange > SAL_CALL getEnd()
271 virtual ::rtl::OUString SAL_CALL getString()
273 virtual void SAL_CALL setString(const ::rtl::OUString& rString)
277 virtual void SAL_CALL collapseToStart()
279 virtual void SAL_CALL collapseToEnd()
281 virtual sal_Bool SAL_CALL isCollapsed()
283 virtual sal_Bool SAL_CALL goLeft(sal_Int16 nCount, sal_Bool bExpand)
285 virtual sal_Bool SAL_CALL goRight(sal_Int16 nCount, sal_Bool bExpand)
287 virtual void SAL_CALL gotoStart(sal_Bool bExpand)
289 virtual void SAL_CALL gotoEnd(sal_Bool bExpand)
291 virtual void SAL_CALL gotoRange(
298 virtual sal_Bool SAL_CALL isStartOfWord()
300 virtual sal_Bool SAL_CALL isEndOfWord()
302 virtual sal_Bool SAL_CALL gotoNextWord(sal_Bool bExpand)
304 virtual sal_Bool SAL_CALL gotoPreviousWord(sal_Bool bExpand)
306 virtual sal_Bool SAL_CALL gotoEndOfWord(sal_Bool bExpand)
308 virtual sal_Bool SAL_CALL gotoStartOfWord(sal_Bool bExpand)
312 virtual sal_Bool SAL_CALL isStartOfSentence()
314 virtual sal_Bool SAL_CALL isEndOfSentence()
316 virtual sal_Bool SAL_CALL gotoNextSentence(sal_Bool Expand)
318 virtual sal_Bool SAL_CALL gotoPreviousSentence(sal_Bool Expand)
320 virtual sal_Bool SAL_CALL gotoStartOfSentence(sal_Bool Expand)
322 virtual sal_Bool SAL_CALL gotoEndOfSentence(sal_Bool Expand)
326 virtual sal_Bool SAL_CALL isStartOfParagraph()
328 virtual sal_Bool SAL_CALL isEndOfParagraph()
330 virtual sal_Bool SAL_CALL gotoStartOfParagraph(sal_Bool Expand)
332 virtual sal_Bool SAL_CALL gotoEndOfParagraph(sal_Bool Expand)
334 virtual sal_Bool SAL_CALL gotoNextParagraph(sal_Bool Expand)
336 virtual sal_Bool SAL_CALL gotoPreviousParagraph(sal_Bool Expand)
340 virtual void SAL_CALL makeRedline(
348 virtual void SAL_CALL invalidateMarkings(::sal_Int32 nType)