Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 167) sorted by relevance

1234567

/AOO42X/main/wizards/com/sun/star/wizards/web/ !
H A DWWD_Startup.java119 protected DataAware.Listener refresh; field in WWD_Startup
438 …stylePreview.refresh(settings.cp_DefaultSession.getStyle(), settings.cp_DefaultSession.cp_Design.c… in addStylePreview()
605 docAware.add(UnoDataAware.attachEditControl(doc, "cp_Title", txtDocTitle, refresh, true)); in makeDataAware()
606 … docAware.add(UnoDataAware.attachEditControl(doc, "cp_Description", txtDocInfo, refresh, true)); in makeDataAware()
607 docAware.add(UnoDataAware.attachEditControl(doc, "cp_Author", txtDocAuthor, refresh, true)); in makeDataAware()
608 docAware.add(UnoDataAware.attachListBox(doc, "Exporter", lstDocTargetType, refresh, false)); in makeDataAware()
617 …Aware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayDescription", chbDocDesc, refresh, true)); in makeDataAware()
618 …ignAware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayAuthor", chbDocAuthor, refresh, true)); in makeDataAware()
619 …are.add(UnoDataAware.attachCheckBox(design, "cp_DisplayCreateDate", chkDocCreated, refresh, true)); in makeDataAware()
620 …are.add(UnoDataAware.attachCheckBox(design, "cp_DisplayUpdateDate", chkDocChanged, refresh, true)); in makeDataAware()
[all …]
/AOO42X/main/connectivity/qa/connectivity/tools/sdb/ !
H A DConnection.java80 …final XRefreshable refresh = UnoRuntime.queryInterface( XRefreshable.class, suppTables.getTables()… in refreshTables() local
81 refresh.refresh(); in refreshTables()
/AOO42X/main/stoc/source/security/ !
H A Dfile_policy.cxx116 virtual void SAL_CALL refresh()
158 refresh(); in getPermissions()
179 refresh(); in getDefaultPermissions()
450 void FilePolicy::refresh() in refresh() function in stoc_sec::FilePolicy
/AOO42X/main/offapi/com/sun/star/sheet/ !
H A DXDatabaseRange.idl85 carried out when <member>XDatabaseRange::refresh()</member> is
97 inserted when <member>XDatabaseRange::refresh()</member> is
118 void refresh();
H A DCellAreaLink.idl94 /** specifies the delay time between two refresh actions in seconds.
103 /** specifies the time between two refresh actions in seconds.
/AOO42X/test/testuno/source/fvt/uno/sw/crossreference/ !
H A DCheckCrossReferences.java110 xFldsRefresh.refresh(); in checkField()
207 xFldsRefresh.refresh(); in checkCrossReferences()
213 xFldsRefresh.refresh(); in checkCrossReferences()
/AOO42X/main/oox/source/dump/ !
H A Dxlsbdumper.ini418 0x0020=refresh-on-load
547 0x01=refresh-error
649 0x04=refresh-on-load
651 0x10=enable-refresh
653 0x40=upgrade-on-refresh
789 0x08=refresh-on-load
993 0x00000004=disable-refresh
996 0x00000020=refresh-on-load
1161 0x00020000=refresh-all-links
H A Dbiffdumper.ini508 0x01B7=uint16,bool,refresh-all
1258 0x0080=refresh-on-load
1769 0x0004=refresh-on-load
1772 0x0020=enable-refresh
1964 0x0004=disable-refresh
1967 0x0020=refresh-on-load
1988 0x0001=enable-refresh
2031 0x0010=no-refresh-cube
/AOO42X/main/qadevOOo/tests/java/ifc/util/ !
H A D_XRefreshable.java86 oObj.refresh(); in _refresh()
108 oObj.refresh(); in _removeRefreshListener()
/AOO42X/main/canvas/source/tools/ !
H A Dpage.hxx128 return bRefresh ? refresh() : true; in select()
131 bool refresh() in refresh() function in canvas::PageFragment
/AOO42X/main/toolkit/workben/layout/ !
H A DREADME32 * Or source refresh in workben/layout, do something like
34 cd toolkit/workben/layout && . ./refresh [--inst $OOO_INSTALL_PREFIX]
/AOO42X/main/sw/qa/complex/writer/ !
H A DCheckCrossReferences.java113 xFldsRefresh.refresh(); in checkField()
245 xFldsRefresh.refresh(); in checkCrossReferences()
256 xFldsRefresh.refresh(); in checkCrossReferences()
/AOO42X/main/qadevOOo/objdsc/sc/ !
H A Dcom.sun.star.comp.office.ScDatabaseRangeObj.csv1 "ScDatabaseRangeObj";"com::sun::star::util::XRefreshable#optional";"refresh()"
11 "ScDatabaseRangeObj";"com::sun::star::sheet::XDatabaseRange";"refresh()"
/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ !
H A DIteratorRowCompare.java192 orgSeq.refresh(); in computeDiffs()
196 modSeq.refresh(); in computeDiffs()
/AOO42X/main/offapi/com/sun/star/sdb/ !
H A DDefinitionContainer.idl54 To reflect the changes with the underlying database, a refresh mechanism
73 /** is used to refresh the container, to reflect changes in the underlying database.
/AOO42X/main/dbaccess/source/core/dataaccess/ !
H A Dconnection.cxx617 void OConnection::refresh(const Reference< XNameAccess >& _rToBeRefreshed) in refresh() function in dbaccess::OConnection
663 refresh(m_pTables); in getTables()
674 refresh(m_pViews); in getViews()
/AOO42X/main/scripting/workben/data/testdata/ !
H A DScriptStorageManager.csv5 _refreshScriptStorage;description=Try to refresh non-existent ScriptStorage;location=non-existent;e…
6 _refreshScriptStorage;description=Try to refresh valid document ScriptStorage;location=script_in_cl…
/AOO42X/main/dbaccess/source/core/api/ !
H A DFilteredContainer.cxx422 xRefresh->refresh(); in impl_refresh()
423 m_pRefreshListener->refresh(this); in impl_refresh()
/AOO42X/main/offapi/com/sun/star/xforms/ !
H A DXModel.idl89 /** refresh the model */
90 void refresh();
/AOO42X/main/sc/inc/ !
H A Dlinkuno.hxx93 virtual void SAL_CALL refresh() throw(::com::sun::star::uno::RuntimeException);
243 virtual void SAL_CALL refresh() throw(::com::sun::star::uno::RuntimeException);
411 virtual void SAL_CALL refresh() throw(::com::sun::star::uno::RuntimeException);
/AOO42X/main/configmgr/source/ !
H A Dconfigurationprovider.cxx140 virtual void SAL_CALL refresh() throw (css::uno::RuntimeException);
300 void Service::refresh() throw (css::uno::RuntimeException) { in refresh() function in configmgr::configuration_provider::__anon72cf598e0111::Service
/AOO42X/main/wizards/com/sun/star/wizards/text/ !
H A DTextDocument.java377 public void refresh() in refresh() method in TextDocument
380 xRefreshable.refresh(); in refresh()
/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/ !
H A DIterator.java117 public void refresh(); in refresh() method
/AOO42X/main/dbaccess/source/core/inc/ !
H A DRefreshListener.hxx48 …virtual void refresh(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAcc…
/AOO42X/main/scripting/workben/data/objdsc/ !
H A Ddrafts.com.sun.star.script.framework.storage.ScriptStorage.csv4 …iptStorage";"drafts::com::sun::star::script::framework::storage::XScriptStorageRefresh";"refresh()"

1234567