Home
last modified time | relevance | path

Searched refs:SAL_CALL (Results 176 – 200 of 5156) sorted by last modified time

12345678910>>...207

/trunk/main/comphelper/source/container/
H A Dcontainermultiplexer.cxx159 …void SAL_CALL OContainerListenerAdapter::disposing( const EventObject& _rSource) throw(RuntimeExce… in disposing()
176 …void SAL_CALL OContainerListenerAdapter::elementInserted( const ContainerEvent& _rEvent ) throw(Ru… in elementInserted()
183 …void SAL_CALL OContainerListenerAdapter::elementRemoved( const ContainerEvent& _rEvent ) throw(Run… in elementRemoved()
190 …void SAL_CALL OContainerListenerAdapter::elementReplaced( const ContainerEvent& _rEvent ) throw(Ru… in elementReplaced()
H A DIndexedPropertyValuesContainer.cxx55 virtual void SAL_CALL removeByIndex( sal_Int32 nIndex )
65 virtual sal_Int32 SAL_CALL getCount( )
67 virtual ::com::sun::star::uno::Any SAL_CALL getByIndex( sal_Int32 nIndex )
72 virtual ::com::sun::star::uno::Type SAL_CALL getElementType( )
74 virtual sal_Bool SAL_CALL hasElements( )
83 static ::rtl::OUString SAL_CALL getImplementationName_static();
84 static uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames_static();
142 void SAL_CALL IndexedPropertyValuesContainer::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
194 sal_Int32 SAL_CALL IndexedPropertyValuesContainer::getCount( ) in getCount()
220 sal_Bool SAL_CALL IndexedPropertyValuesContainer::hasElements( ) in hasElements()
[all …]
H A Denumerablemap.cxx213 virtual Type SAL_CALL getKeyType() throw (RuntimeException);
214 virtual Type SAL_CALL getValueType() throw (RuntimeException);
223 virtual Type SAL_CALL getElementType() throw (RuntimeException);
224 virtual ::sal_Bool SAL_CALL hasElements() throw (RuntimeException);
233 static ::rtl::OUString SAL_CALL getImplementationName_static( );
332 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
578 Type SAL_CALL EnumerableMap::getKeyType() throw (RuntimeException) in getKeyType()
585 Type SAL_CALL EnumerableMap::getValueType() throw (RuntimeException) in getValueType()
690 Type SAL_CALL EnumerableMap::getElementType() throw (RuntimeException) in getElementType()
696 ::sal_Bool SAL_CALL EnumerableMap::hasElements() throw (RuntimeException) in hasElements()
[all …]
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx132 void SAL_CALL AccessibleIconChoiceCtrl::disposing() in disposing()
141 ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getImplementationName() throw (RuntimeException) in getImplementationName()
146 …Sequence< ::rtl::OUString > SAL_CALL AccessibleIconChoiceCtrl::getSupportedServiceNames() throw (R… in getSupportedServiceNames()
188 sal_Int32 SAL_CALL AccessibleIconChoiceCtrl::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
209 …Reference< XAccessible > SAL_CALL AccessibleIconChoiceCtrl::getAccessibleParent( ) throw (Runtime… in getAccessibleParent()
217 sal_Int16 SAL_CALL AccessibleIconChoiceCtrl::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
223 …::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleDescription( ) throw (RuntimeExce… in getAccessibleDescription()
231 ::rtl::OUString SAL_CALL AccessibleIconChoiceCtrl::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
273 void SAL_CALL AccessibleIconChoiceCtrl::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
281 void SAL_CALL AccessibleIconChoiceCtrl::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
[all …]
H A Daccessiblebrowseboxcell.cxx67 void SAL_CALL AccessibleBrowseBoxCell::grabFocus() throw ( RuntimeException ) in grabFocus()
H A Daccessibletablistbox.cxx100 sal_Int32 SAL_CALL AccessibleTabListBox::getAccessibleChildCount() in IMPLEMENT_FORWARD_XINTERFACE2()
107 …Reference< XAccessibleContext > SAL_CALL AccessibleTabListBox::getAccessibleContext() throw ( Runt… in getAccessibleContext()
113 Reference< XAccessible > SAL_CALL
H A Daccessibleeditbrowseboxcell.cxx95 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getForeground( ) throw (RuntimeException) in getForeground()
105 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getBackground( ) throw (RuntimeException) in getBackground()
115 …Reference< XAccessible > SAL_CALL EditBrowseBoxTableCell::getAccessibleParent( ) throw (RuntimeEx… in getAccessibleParent()
121 …::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleDescription() throw ( RuntimeExcepti… in getAccessibleDescription()
128 ::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleName() throw ( RuntimeException ) in getAccessibleName()
163 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
177 sal_Int16 SAL_CALL EditBrowseBoxTableCell::getAccessibleRole() throw ( RuntimeException ) in getAccessibleRole()
183 void SAL_CALL EditBrowseBoxTableCell::dispose() throw( RuntimeException ) in dispose()
191 …void SAL_CALL EditBrowseBoxTableCell::disposing( const EventObject& _rSource ) throw (RuntimeExcep… in disposing()
197 void SAL_CALL EditBrowseBoxTableCell::disposing() in disposing()
[all …]
H A DAccessibleGridControlTableBase.cxx68 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleChildCount() in getAccessibleChildCount()
84 sal_Int16 SAL_CALL AccessibleGridControlTableBase::getAccessibleRole() in getAccessibleRole()
93 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleRowCount() in getAccessibleRowCount()
102 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleColumnCount() in getAccessibleColumnCount()
111 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleRowExtentAt( in getAccessibleRowExtentAt()
122 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleColumnExtentAt( in getAccessibleColumnExtentAt()
147 sal_Int32 SAL_CALL AccessibleGridControlTableBase::getAccessibleIndex( in getAccessibleIndex()
188 void SAL_CALL AccessibleGridControlTableBase::acquire() throw () in acquire()
193 void SAL_CALL AccessibleGridControlTableBase::release() throw () in release()
200 Sequence< uno::Type > SAL_CALL AccessibleGridControlTableBase::getTypes() in getTypes()
[all …]
H A DAccessibleBrowseBoxCheckBoxCell.cxx56 …Reference< XAccessibleContext > SAL_CALL AccessibleCheckBoxCell::getAccessibleContext( ) throw (R… in IMPLEMENT_FORWARD_XINTERFACE2()
80 Any SAL_CALL AccessibleCheckBoxCell::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
102 sal_Bool SAL_CALL AccessibleCheckBoxCell::setCurrentValue( const Any& ) throw (RuntimeException) in setCurrentValue()
109 Any SAL_CALL AccessibleCheckBoxCell::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
125 Any SAL_CALL AccessibleCheckBoxCell::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()
134 …sal_Int32 SAL_CALL AccessibleCheckBoxCell::getAccessibleChildCount( ) throw (::com::sun::star::un… in getAccessibleChildCount()
139 …::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL Accessib… in getAccessibleChild()
144 …::rtl::OUString SAL_CALL AccessibleCheckBoxCell::getImplementationName() throw ( ::com::sun::star:… in getImplementationName()
149 sal_Int32 SAL_CALL AccessibleCheckBoxCell::getAccessibleIndexInParent() in getAccessibleIndexInParent()
H A DAccessibleBrowseBoxHeaderBar.cxx72 Reference< XAccessible > SAL_CALL
91 Reference< XAccessible > SAL_CALL
108 void SAL_CALL AccessibleBrowseBoxHeaderBar::grabFocus() in grabFocus()
115 Any SAL_CALL AccessibleBrowseBoxHeaderBar::getAccessibleKeyBinding() in getAccessibleKeyBinding()
217 sal_Bool SAL_CALL AccessibleBrowseBoxHeaderBar::isAccessibleSelected( in isAccessibleSelected()
252 void SAL_CALL AccessibleBrowseBoxHeaderBar::clearAccessibleSelection() in clearAccessibleSelection()
283 Reference< XAccessible > SAL_CALL
296 void SAL_CALL AccessibleBrowseBoxHeaderBar::deselectAccessibleChild( in deselectAccessibleChild()
324 void SAL_CALL AccessibleBrowseBoxHeaderBar::acquire() throw () in acquire()
329 void SAL_CALL AccessibleBrowseBoxHeaderBar::release() throw () in release()
[all …]
H A DAccessibleBrowseBoxTable.cxx68 Reference< XAccessible > SAL_CALL
80 sal_Int32 SAL_CALL AccessibleBrowseBoxTable::getAccessibleIndexInParent() in getAccessibleIndexInParent()
89 Reference< XAccessible > SAL_CALL
106 void SAL_CALL AccessibleBrowseBoxTable::grabFocus() in grabFocus()
115 Any SAL_CALL AccessibleBrowseBoxTable::getAccessibleKeyBinding() in getAccessibleKeyBinding()
160 Sequence< sal_Int32 > SAL_CALL AccessibleBrowseBoxTable::getSelectedAccessibleRows() in getSelectedAccessibleRows()
172 Sequence< sal_Int32 > SAL_CALL AccessibleBrowseBoxTable::getSelectedAccessibleColumns() in getSelectedAccessibleColumns()
184 sal_Bool SAL_CALL AccessibleBrowseBoxTable::isAccessibleRowSelected( sal_Int32 nRow ) in isAccessibleRowSelected()
204 Reference< XAccessible > SAL_CALL AccessibleBrowseBoxTable::getAccessibleCellAt( in getAccessibleCellAt()
215 sal_Bool SAL_CALL AccessibleBrowseBoxTable::isAccessibleSelected( in isAccessibleSelected()
[all …]
H A DAccessibleBrowseBoxTableBase.cxx71 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleChildCount() in getAccessibleChildCount()
80 sal_Int16 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleRole() in getAccessibleRole()
89 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleRowCount() in getAccessibleRowCount()
98 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleColumnCount() in getAccessibleColumnCount()
107 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleRowExtentAt( in getAccessibleRowExtentAt()
118 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleColumnExtentAt( in getAccessibleColumnExtentAt()
143 sal_Int32 SAL_CALL AccessibleBrowseBoxTableBase::getAccessibleIndex( in getAccessibleIndex()
184 void SAL_CALL AccessibleBrowseBoxTableBase::acquire() throw () in acquire()
189 void SAL_CALL AccessibleBrowseBoxTableBase::release() throw () in release()
196 Sequence< uno::Type > SAL_CALL AccessibleBrowseBoxTableBase::getTypes() in getTypes()
[all …]
H A DAccessibleGridControlHeaderCell.cxx82 sal_Int32 SAL_CALL AccessibleGridControlHeaderCell::getAccessibleChildCount() in getAccessibleChildCount()
92 Reference<XAccessible > SAL_CALL AccessibleGridControlHeaderCell::getAccessibleChild( sal_Int32 ) in getAccessibleChild()
100 ::com::sun::star::uno::Any SAL_CALL AccessibleGridControlHeaderCell::queryInterface( in queryInterface()
109 void SAL_CALL AccessibleGridControlHeaderCell::acquire() throw () in acquire()
115 void SAL_CALL AccessibleGridControlHeaderCell::release() throw () in release()
120 …Reference< com::sun::star::accessibility::XAccessibleContext > SAL_CALL AccessibleGridControlHeade… in getAccessibleContext()
129 void SAL_CALL AccessibleGridControlHeaderCell::grabFocus() in grabFocus()
137 ::rtl::OUString SAL_CALL AccessibleGridControlHeaderCell::getImplementationName() in getImplementationName()
169 sal_Int32 SAL_CALL AccessibleGridControlHeaderCell::getAccessibleIndexInParent() in getAccessibleIndexInParent()
H A DAccessibleBrowseBoxHeaderCell.cxx88 sal_Int32 SAL_CALL AccessibleBrowseBoxHeaderCell::getAccessibleChildCount() in getAccessibleChildCount()
98 Reference<XAccessible > SAL_CALL AccessibleBrowseBoxHeaderCell::getAccessibleChild( sal_Int32 ) in getAccessibleChild()
106 void SAL_CALL AccessibleBrowseBoxHeaderCell::grabFocus() in grabFocus()
121 ::rtl::OUString SAL_CALL AccessibleBrowseBoxHeaderCell::getImplementationName() in getImplementationName()
155 sal_Int32 SAL_CALL AccessibleBrowseBoxHeaderCell::getAccessibleIndexInParent() in getAccessibleIndexInParent()
H A Daccessiblelistbox.cxx331 void SAL_CALL AccessibleListBox::disposing() in disposing()
342 ::rtl::OUString SAL_CALL AccessibleListBox::getImplementationName() throw(RuntimeException) in getImplementationName()
389 sal_Int32 SAL_CALL AccessibleListBox::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
417 …Reference< XAccessible > SAL_CALL AccessibleListBox::getAccessibleParent( ) throw (RuntimeExcepti… in getAccessibleParent()
425 sal_Int32 SAL_CALL AccessibleListBox::getRoleType() in getRoleType()
453 sal_Int16 SAL_CALL AccessibleListBox::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
475 ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleDescription( ) throw (RuntimeException) in getAccessibleDescription()
483 ::rtl::OUString SAL_CALL AccessibleListBox::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
519 void SAL_CALL AccessibleListBox::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
535 void SAL_CALL AccessibleListBox::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextfield.cxx84 Reference<XAccessibleContext> SAL_CALL in IMPLEMENT_FORWARD_XINTERFACE2()
94 sal_Int32 SAL_CALL VCLXAccessibleTextField::getAccessibleChildCount (void) in getAccessibleChildCount()
103 Reference<XAccessible> SAL_CALL VCLXAccessibleTextField::getAccessibleChild (sal_Int32) in getAccessibleChild()
112 sal_Int16 SAL_CALL VCLXAccessibleTextField::getAccessibleRole (void) in getAccessibleRole()
120 Reference< XAccessible > SAL_CALL VCLXAccessibleTextField::getAccessibleParent( ) in getAccessibleParent()
H A Dvclxaccessiblelistitem.cxx164 void SAL_CALL VCLXAccessibleListItem::acquire() throw () in acquire()
169 void SAL_CALL VCLXAccessibleListItem::release() throw () in release()
176 Sequence< Type > SAL_CALL VCLXAccessibleListItem::getTypes( ) throw (RuntimeException) in getTypes()
200 void SAL_CALL VCLXAccessibleListItem::disposing() in disposing()
384 awt::Point SAL_CALL VCLXAccessibleListItem::getLocation( ) throw (RuntimeException) in getLocation()
413 awt::Size SAL_CALL VCLXAccessibleListItem::getSize( ) throw (RuntimeException) in getSize()
425 void SAL_CALL VCLXAccessibleListItem::grabFocus( ) throw (RuntimeException) in grabFocus()
532 sal_Int32 SAL_CALL VCLXAccessibleListItem::getSelectionEnd() throw (RuntimeException) in getSelectionEnd()
551 ::rtl::OUString SAL_CALL VCLXAccessibleListItem::getText() throw (RuntimeException) in getText()
661 sal_Int32 SAL_CALL VCLXAccessibleListItem::getForeground (void) in getForeground()
[all …]
H A Dvclxaccessibletoolboxitem.cxx257 awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::implGetBounds( ) throw (RuntimeException) in implGetBounds()
305 void SAL_CALL VCLXAccessibleToolBoxItem::disposing() in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
348 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
380 sal_Int16 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
406 ::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
457 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getCaretPosition() throw (RuntimeException) in getCaretPosition()
574 void SAL_CALL VCLXAccessibleToolBoxItem::grabFocus( ) throw (RuntimeException) in grabFocus()
589 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getForeground( ) throw (RuntimeException) in getForeground()
600 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getBackground( ) throw (RuntimeException) in getBackground()
613 Reference< awt::XFont > SAL_CALL VCLXAccessibleToolBoxItem::getFont( ) throw (RuntimeException) in getFont()
[all …]
H A Dvclxaccessiblebox.cxx303 Reference< XAccessibleContext > SAL_CALL VCLXAccessibleBox::getAccessibleContext( ) in IMPLEMENT_FORWARD_XINTERFACE2()
313 sal_Int32 SAL_CALL VCLXAccessibleBox::getAccessibleChildCount (void) in getAccessibleChildCount()
337 Reference<XAccessible> SAL_CALL VCLXAccessibleBox::getAccessibleChild (sal_Int32 i) in getAccessibleChild()
387 sal_Int16 SAL_CALL VCLXAccessibleBox::getAccessibleRole (void) throw (RuntimeException) in getAccessibleRole()
401 sal_Int32 SAL_CALL VCLXAccessibleBox::getAccessibleIndexInParent (void) in getAccessibleIndexInParent()
412 sal_Int32 SAL_CALL VCLXAccessibleBox::getAccessibleActionCount (void) in getAccessibleActionCount()
422 sal_Bool SAL_CALL VCLXAccessibleBox::doAccessibleAction (sal_Int32 nIndex) in doAccessibleAction()
460 ::rtl::OUString SAL_CALL VCLXAccessibleBox::getAccessibleActionDescription (sal_Int32 nIndex) in getAccessibleActionDescription()
486 void SAL_CALL VCLXAccessibleBox::disposing (void) in disposing()
H A Dvclxaccessiblelist.cxx118 void SAL_CALL VCLXAccessibleList::disposing (void) in disposing()
605 Reference<XAccessibleContext> SAL_CALL in IMPLEMENT_FORWARD_XINTERFACE2()
615 sal_Int32 SAL_CALL VCLXAccessibleList::getAccessibleChildCount (void) in getAccessibleChildCount()
629 Reference<XAccessible> SAL_CALL VCLXAccessibleList::getAccessibleChild (sal_Int32 i) in getAccessibleChild()
653 Reference< XAccessible > SAL_CALL VCLXAccessibleList::getAccessibleParent( ) in getAccessibleParent()
662 sal_Int32 SAL_CALL VCLXAccessibleList::getAccessibleIndexInParent (void) in getAccessibleIndexInParent()
672 sal_Int16 SAL_CALL VCLXAccessibleList::getAccessibleRole (void) in getAccessibleRole()
681 sal_Bool SAL_CALL VCLXAccessibleList::contains( const awt::Point& rPoint ) throw (RuntimeException) in contains()
699 Reference< XAccessible > SAL_CALL VCLXAccessibleList::getAccessibleAt( const awt::Point& rPoint ) in getAccessibleAt()
925 void SAL_CALL VCLXAccessibleList::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
[all …]
H A Daccessiblemenuitemcomponent.cxx315 void SAL_CALL OAccessibleMenuItemComponent::disposing() in disposing()
/trunk/main/sal/osl/unx/
H A Dmodule.c44 oslModule SAL_CALL osl_loadModule(rtl_uString *ustrModuleName, sal_Int32 nRtldMode) in osl_loadModule()
71 oslModule SAL_CALL osl_loadAsciiModule(const sal_Char *pszModuleName, sal_Int32 nRtldMode) in osl_loadAsciiModule()
102 sal_Bool SAL_CALL
113 void SAL_CALL osl_unloadModule(oslModule hModule) in osl_unloadModule()
136 void* SAL_CALL
146 oslGenericFunction SAL_CALL
167 oslGenericFunction SAL_CALL
195 sal_Bool SAL_CALL osl_getModuleURLFromAddress(void * addr, rtl_uString ** ppLibraryUrl) in osl_getModuleURLFromAddress()
233 sal_Bool SAL_CALL osl_getModuleURLFromFunctionAddress(oslGenericFunction addr, rtl_uString ** ppLib… in osl_getModuleURLFromFunctionAddress()
H A Dfile_stat.cxx257 oslFileError SAL_CALL osl_getFileStatus(oslDirectoryItem Item, oslFileStatus* pStat, sal_uInt32 uFi… in osl_getFileStatus()
361 oslFileError SAL_CALL osl_setFileAttributes( rtl_uString* ustrFileURL, sal_uInt64 uAttributes ) in osl_setFileAttributes()
466 oslFileError SAL_CALL osl_setFileTime ( in osl_setFileTime()
H A Dconditn.c43 oslCondition SAL_CALL osl_createCondition() in osl_createCondition()
93 void SAL_CALL osl_destroyCondition(oslCondition Condition) in osl_destroyCondition()
124 sal_Bool SAL_CALL osl_setCondition(oslCondition Condition) in osl_setCondition()
170 sal_Bool SAL_CALL osl_resetCondition(oslCondition Condition) in osl_resetCondition()
208 oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition, const TimeValue* pTimeout) in osl_waitCondition()
313 sal_Bool SAL_CALL osl_checkCondition(oslCondition Condition) in osl_checkCondition()
H A Dfile_misc.cxx147 oslFileError SAL_CALL osl_openDirectory(rtl_uString* ustrDirectoryURL, oslDirectory* pDirectory) in osl_openDirectory()
211 oslFileError SAL_CALL osl_closeDirectory( oslDirectory Directory ) in osl_closeDirectory()
324 oslFileError SAL_CALL osl_getDirectoryItem( rtl_uString* ustrFileURL, oslDirectoryItem* pItem ) in osl_getDirectoryItem()
357 oslFileError SAL_CALL osl_acquireDirectoryItem( oslDirectoryItem Item ) in osl_acquireDirectoryItem()
371 oslFileError SAL_CALL osl_releaseDirectoryItem( oslDirectoryItem Item ) in osl_releaseDirectoryItem()
385 oslFileError SAL_CALL osl_createDirectory( rtl_uString* ustrDirectoryURL ) in osl_createDirectory()
409 oslFileError SAL_CALL osl_removeDirectory( rtl_uString* ustrDirectoryURL ) in osl_removeDirectory()
539 oslFileError SAL_CALL osl_createDirectoryPath( in osl_createDirectoryPath()
584 oslFileError SAL_CALL osl_moveFile( rtl_uString* ustrFileURL, rtl_uString* ustrDestURL ) in osl_moveFile()
615 oslFileError SAL_CALL osl_copyFile( rtl_uString* ustrFileURL, rtl_uString* ustrDestURL ) in osl_copyFile()
[all …]

Completed in 75 milliseconds

12345678910>>...207