Home
last modified time | relevance | path

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

1234567

/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java120 protected DataAware.Listener refresh; field in WWD_Startup
606 docAware.add(UnoDataAware.attachEditControl(doc, "cp_Title", txtDocTitle, refresh, true)); in makeDataAware()
607 … docAware.add(UnoDataAware.attachEditControl(doc, "cp_Description", txtDocInfo, refresh, true)); in makeDataAware()
608 docAware.add(UnoDataAware.attachEditControl(doc, "cp_Author", txtDocAuthor, refresh, true)); in makeDataAware()
609 docAware.add(UnoDataAware.attachListBox(doc, "Exporter", lstDocTargetType, refresh, false)); in makeDataAware()
618 …Aware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayDescription", chbDocDesc, refresh, true)); in makeDataAware()
619 …ignAware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayAuthor", chbDocAuthor, refresh, true)); in makeDataAware()
622 …ware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayFilename", chkDocFilename, refresh, true)); in makeDataAware()
625 …designAware.add(UnoDataAware.attachCheckBox(design, "cp_DisplayPages", chkDocPages, refresh, true)… in makeDataAware()
626 … designAware.add(UnoDataAware.attachCheckBox(design, "cp_DisplaySize", chkDocSize, refresh, true)); in makeDataAware()
[all …]
/trunk/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()
/trunk/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
/trunk/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.
/trunk/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()
/trunk/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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XRefreshable.java86 oObj.refresh(); in _refresh()
108 oObj.refresh(); in _removeRefreshListener()
/trunk/main/canvas/source/tools/
H A Dpage.hxx128 return bRefresh ? refresh() : true; in select()
131 bool refresh() in refresh() function in canvas::PageFragment
/trunk/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]
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java113 xFldsRefresh.refresh(); in checkField()
245 xFldsRefresh.refresh(); in checkCrossReferences()
256 xFldsRefresh.refresh(); in checkCrossReferences()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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()"
/trunk/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()
/trunk/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.
/trunk/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()
/trunk/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…
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx422 xRefresh->refresh(); in impl_refresh()
423 m_pRefreshListener->refresh(this); in impl_refresh()
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl89 /** refresh the model */
90 void refresh();
/trunk/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);
/trunk/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::__anon1002af3d0111::Service
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java377 public void refresh() in refresh() method in TextDocument
380 xRefreshable.refresh(); in refresh()
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java340 xsheetRefreshable.refresh(); in insertSheetFromFileLinkedNormal()
557 xsheetRefreshable.refresh(); in insertSheetFromFileLinkedValue()
H A DInsertCalcSheetTest.java340 xsheetRefreshable.refresh(); in insertSheetFromFileLinkedNormal()
557 xsheetRefreshable.refresh(); in insertSheetFromFileLinkedValue()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/
H A DIterator.java117 public void refresh(); in refresh() method

Completed in 116 milliseconds

1234567