Home
last modified time | relevance | path

Searched refs:update (Results 51 – 75 of 514) sorted by relevance

12345678910>>...21

/trunk/main/offapi/com/sun/star/rendering/
H A DXBufferController.idl83 When <TRUE/>, update the whole screen. When <FALSE/>,
84 implementation is permitted to restrict update to areas the
116 When <TRUE/>, update the whole screen. When <FALSE/>,
117 implementation is permitted to restrict update to areas the
H A DXSprite.idl60 associated <type>XSpriteCanvas</type> does not update changed
84 associated <type>XSpriteCanva</type> does not update changed sprites
123 associated <type>XSpriteCanvas</type> does not update changed
155 associated <type>XSpriteCanvas</type> does not update changed
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSetUpdate.java78 public void update() throws SQLException ; in update() method
148 tester.update() ; in _updateRow()
171 tester.update() ; in _cancelRowUpdates()
/trunk/main/offapi/com/sun/star/deployment/
H A DUpdateInformationEntry.idl37 /** the DOM representation of an update information entry
41 /** the (optional) description for an update information
42 * entry extracted from the update feed container
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOListBoxModel.java204 public void update() throws Exception { in update() method in OListBoxModel.Checker
215 XResultSetUpdate update = (XResultSetUpdate) UnoRuntime.queryInterface( in commit() local
220 update.updateRow(); in commit()
H A DOTimeModel.java199 public void update() throws com.sun.star.uno.Exception { in update() method in OTimeModel.Checker
216 XResultSetUpdate update = (XResultSetUpdate) UnoRuntime.queryInterface( in commit() local
221 update.updateRow(); in commit()
/trunk/main/padmin/source/
H A Dprtsetup.hxx110 void update();
144 void update();
202 void update();
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java120 gg.update(); in loadFile()
176 gg.update(); in doChanged()
310 update(); in GlyphGutter()
313 public void update() { in update() method in GlyphGutter
/trunk/main/desktop/source/deployment/
H A Ddp_log.cxx67 virtual void SAL_CALL update( Any const & Status ) throw (RuntimeException);
161 update( Status ); in push()
167 void ProgressLogImpl::update( Any const & Status ) in update() function in dp_log::ProgressLogImpl
/trunk/main/extensions/prj/
H A Dbuild.lst22 ex extensions\source\update\feed nmake - all ex_updchkfeed ex_inc NULL
23 ex extensions\source\update\check nmake - all ex_updchk ex_inc NULL
24 ex extensions\source\update\ui nmake - all ex_updchkui ex_inc NULL
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.src236 Text[en-US] = "No more details are available for this update.";
248 Text[en-US] = "browser based update";
263 Text[en-US] = "This update will be ignored.\n";
273 "Click \'OK\' to update the extensions.\n"
/trunk/main/offapi/com/sun/star/ucb/
H A DXProgressHandler.idl48 <member>XProgressHandler::update</member> as to which Status
52 followed by one or more <member>XProgressHandler::update</member>s with
66 void update([in] any Status);
/trunk/main/offapi/com/sun/star/frame/
H A DXPopupMenuController.idl38 fill and update a popup menu dynamically.
60 /** briefs the popup menu controller to update the contents of the provided
63 <p>A controller should <b>never</b> update the popup menu structure on its
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx152 virtual void SAL_CALL update(const Any & /*rStatus*/) throw (RuntimeException) in update() function in utl::ProgressHandler_Impl
367 void update( const Any& Status );
567 virtual void SAL_CALL update( const Any& Status )
598 void SAL_CALL ModeratorsProgressHandler::update( const Any& Status ) in update() function in utl::ModeratorsProgressHandler
601 m_aModerator.update(Status); in update()
796 void Moderator::update( const Any& Status ) in update() function in utl::Moderator
1010 xProgress->update(res.result); in UCBOpenContentSync()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl52 /** receives a description of a configuration update or layer
61 /** receives notification that a update or description is started.
64 if the update already was started
81 /** receives notification that the current update description is complete.
88 <li>if no update is started at all</li>
89 <li>if invalid data is detected in the update</li>
91 <li>if the update tries to change read-only data</li>
142 <li>if there isn't an update in progress at all</li>
/trunk/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl45 multiple result sets and/or update counts. Normally you can ignore
75 /** returns the current result as an update count.
83 the current result as an update count.
/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx255 bool update; in createInstanceWithArguments() local
259 update = false; in createInstanceWithArguments()
263 update = true; in createInstanceWithArguments()
276 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()
/trunk/main/sysui/desktop/mandriva/
H A Dmandriva-menus.spec48 %{?!update_menus:%define update_menus if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus |…
49 …define trigger_clean_menus if [ "$2" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-men…
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx256 bool ShapeManagerImpl::update() in update() function in slideshow::internal::ShapeManagerImpl
259 return mpLayerManager->update(); in update()
264 bool ShapeManagerImpl::update( ViewSharedPtr const& /*rView*/ ) in update() function in slideshow::internal::ShapeManagerImpl
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src132 Text = "s$1$: going to execute update: $2$";
137 Text = "s$1$: update count: $2$";
172 Text = "s$1$: executing previously prepared update statement";
/trunk/main/slideshow/source/inc/
H A Dviewupdate.hxx51 virtual bool update() = 0;
58 virtual bool update( ViewSharedPtr const& rView ) = 0;
/trunk/main/sysui/desktop/solaris/
H A Dpostremove32 if [ -x /usr/bin/update-mime-database ]; then
33 update-mime-database ${PKG_INSTALL_ROOT}/usr/share/mime
/trunk/main/instsetoo_native/prj/
H A Dd.lst3 ..\%__SRC%\misc\*.update.xml %_DEST%\pus%_EXT%\*.update.xml
/trunk/main/scripting/workben/installer/
H A DBanner.java41 public void update(Graphics g) in update() method in Banner
43 super.update(g); in update()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx112 virtual void SAL_CALL update( Any const & Status ) throw (RuntimeException);
396 void CommandEnvironmentImpl::update( Any const & Status ) in update() function in __anon0b28b9920111::CommandEnvironmentImpl
401 m_xLogFile->update( Status ); in update()

Completed in 91 milliseconds

12345678910>>...21