Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 244) sorted by relevance

12345678910

/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx323 sal_Bool SdLayer::get( LayerAttribute what ) throw() in get() argument
336 switch(what) in get()
350 switch(what) in get()
362 void SdLayer::set( LayerAttribute what, sal_Bool flag ) throw() in set() argument
375 switch(what) in set()
395 switch(what) in set()
407 switch(what) in set()
H A Dunolayer.hxx104 sal_Bool get( LayerAttribute what ) throw();
105 void set( LayerAttribute what, sal_Bool flag ) throw();
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas57 Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _
83 Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _
118 Selection.GoTo what:=wdGoToPage, Which:=wdGoToAbsolute, _
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx240 #define LOG(pThis,what,who) DoLog_Impl(pThis,what,who) argument
244 #define LOG(pThis,what,who) argument
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTextType.idl48 <p>Indicates that single words are used. The definition of what a
58 <p>Indicates that single sentences are used. The definition of what
68 what a paragraph is is implementation and language/locale
/trunk/main/shell/source/all/zipfile/
H A Dzipexcptn.hxx54 virtual const char* what() const throw();
66 virtual const char* what() const throw();
H A Dzipexcptn.cxx63 const char* ZipException::what() const throw() in what() function in ZipException
91 const char* Win32Exception::what() const throw() in what() function in Win32Exception
/trunk/main/solenv/bin/
H A Dhicontrast-to-theme.pl97 ( $what, $from, $to ) = @$hc;
98 if ( $file =~ /$what/&&!($file=~/\.svn/) ) {
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx235 #define GRANT_REVOKE_RIGHT(what) \ argument
237 xAuth->grantPrivileges(sTableName,PrivilegeObject::TABLE,what);\
239 xAuth->revokePrivileges(sTableName,PrivilegeObject::TABLE,what)
/trunk/main/vcl/unx/gtk/a11y/
H A DTODO11 + how are these being processed & on what thread ?
16 + what should incoming CORBA calls be doing ?
/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx49 ENSURE(false, ex.what()); in CContentReader()
71 ENSURE(false, ex.what()); in CContentReader()
H A Dmetainforeader.cxx68 ENSURE(false, ex.what()); in CMetaInfoReader()
109 ENSURE(false, ex.what()); in CMetaInfoReader()
H A Dbasereader.cxx96 ENSURE( false, ex.what() ); in Initialize()
/trunk/main/toolkit/doc/layout/
H A Doldnotes.txt105 + perhaps just what we need ... [!]
153 + but no information on what properties are
207 + what APIs does the xmlimporter use ? not 'createWindow' seemingly.
/trunk/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx83 virtual const char* what() const throw() { return m_sMessage.c_str(); } in what() function in ElfError
302 std::cerr << argv[0] << ": " << e.what() << "\n"; in main()
/trunk/main/offapi/com/sun/star/chart2/
H A DAxis.idl116 /** determines what kind of tickmarks should be shown for major ticks.
122 /** determines what kind of tickmarks should be shown for minor ticks.
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXXMLEncryptionTemplate.idl62 * And some times, in the low level, it is hard to determine what the key is
76 * what the key is ). If it gives the key value, it can get EncryptedKey by
/trunk/main/offapi/com/sun/star/sdbc/
H A DJDBCConnectionProperties.idl93 <li>what should be searched for and </li>
94 <li>what should be replaced if found.</li>
/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx90 rtl::OString(e.what()), RTL_TEXTENCODING_ASCII_US)), in execute()
119 OSL_TRACE(OSL_LOG_PREFIX "caught C++ exception '%s'", e.what()); in execute()
/trunk/main/configmgr/source/
H A Daccess.cxx2222 bool Access::thisIs(int what) { in thisIs() argument
2227 ((what & IS_GROUP) == 0 || k == Node::KIND_GROUP) && in thisIs()
2228 ((what & IS_SET) == 0 || k == Node::KIND_SET) && in thisIs()
2229 ((what & IS_EXTENSIBLE) == 0 || k != Node::KIND_GROUP || in thisIs()
2231 ((what & IS_GROUP_MEMBER) == 0 || in thisIs()
2233 ((what & IS_SET_MEMBER) == 0 || in thisIs()
2235 ((what & IS_UPDATE) == 0 || getRootAccess()->isUpdate()); in thisIs()
/trunk/main/offapi/com/sun/star/drawing/
H A DShape.idl84 to determine what kind of shape this is.
96 /** The <type>XShapeDescriptor</type> tells you what kind of
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXCopyTableWizard.idl68 what operation was actually executed.</p>
90 what table was actually created resp. to which existing table the source
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java381 static private boolean containsType( TypeClass what, Object object){ in containsType() argument
382 return (getType(object).getTypeClass().getValue() == what.getValue()); in containsType()
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx588 std::cout << ex.what() << std::endl; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
592 std::cout << ex.what() << std::endl; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryexception.hxx49 virtual const char* what() const throw();

Completed in 79 milliseconds

12345678910