Home
last modified time | relevance | path

Searched defs:pImpl (Results 1 – 25 of 131) sorted by relevance

123456

/trunk/main/sfx2/inc/sfx2/
H A Dtempldlg.hxx55 SfxTemplateDialog_Impl* pImpl; member in SfxTemplateDialog
77 SfxTemplateCatalog_Impl *pImpl; member in SfxTemplateCatalog
116 SfxTemplateDialog_Impl* pImpl; member in SfxTemplatePanelControl
/trunk/main/sal/rtl/source/
H A Drandom.c101 static double __rtl_random_data (RandomData_Impl *pImpl) in __rtl_random_data()
117 static sal_Bool __rtl_random_initPool (RandomPool_Impl *pImpl) in __rtl_random_initPool()
166 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_seedPool()
218 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_readPool()
277 RandomPool_Impl *pImpl = (RandomPool_Impl*)NULL; in rtl_random_createPool() local
295 RandomPool_Impl *pImpl = (RandomPool_Impl *)Pool; in rtl_random_destroyPool() local
309 RandomPool_Impl *pImpl = (RandomPool_Impl *)Pool; in rtl_random_addBytes() local
325 RandomPool_Impl *pImpl = (RandomPool_Impl *)Pool; in rtl_random_getBytes() local
H A Ddigest.c139 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_queryAlgorithm() local
151 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_queryLength() local
164 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_init() local
181 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_update() local
194 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_get() local
206 Digest_Impl *pImpl = (Digest_Impl *)Digest; in rtl_digest_destroy() local
393 DigestMD2_Impl *pImpl = (DigestMD2_Impl*)NULL; in rtl_digest_createMD2() local
758 DigestMD5_Impl *pImpl = (DigestMD5_Impl*)NULL; in rtl_digest_createMD5() local
1235 DigestSHA_Impl *pImpl = (DigestSHA_Impl*)NULL; in rtl_digest_createSHA() local
1595 DigestMD5_Impl *pImpl = &(ctx->m_hash); in __rtl_digest_initHMAC_MD5() local
[all …]
H A Dcipher.c146 Cipher_Impl *pImpl = (Cipher_Impl*)Cipher; in rtl_cipher_init() local
164 Cipher_Impl *pImpl = (Cipher_Impl*)Cipher; in rtl_cipher_encode() local
181 Cipher_Impl *pImpl = (Cipher_Impl*)Cipher; in rtl_cipher_decode() local
195 Cipher_Impl *pImpl = (Cipher_Impl*)Cipher; in rtl_cipher_destroy() local
1018 CipherBF_Impl *pImpl = (CipherBF_Impl*)NULL; in rtl_cipher_createBF() local
1047 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_initBF() local
1073 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_encodeBF() local
1099 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_decodeBF() local
1122 CipherBF_Impl *pImpl = (CipherBF_Impl*)Cipher; in rtl_cipher_destroyBF() local
1253 CipherARCFOUR_Impl *pImpl = (CipherARCFOUR_Impl*)NULL; in rtl_cipher_createARCFOUR() local
[all …]
/trunk/main/unotools/inc/unotools/
H A Dunotunnelhelper.hxx44 sal_Bool getImplementation(Classname*& pImpl, staruno::Reference<starlang::XUnoTunnel> const& xTunn… in getImplementation()
55 sal_Bool getImplementation(Classname*& pImpl, staruno::Reference<staruno::XInterface> const& xObj) in getImplementation()
67 sal_Bool getImplementation(Classname*& pImpl, staruno::Any const& aObj) in getImplementation()
79 sal_Bool getImplementation(Classname*& pImpl, starlang::XUnoTunnel* pObj) in getImplementation()
172 …friend sal_Bool getTunneledImplementation(Classname*& pImpl, staruno::Reference<starlang::XUnoTunn… in getTunneledImplementation()
H A Dsearchopt.hxx34 SvtSearchOptions_Impl *pImpl; member in SvtSearchOptions
H A Dmisccfg.hxx39 SfxMiscCfg* pImpl; member in utl::MiscCfg
H A Dsyslocale.hxx53 static SvtSysLocale_Impl* pImpl; member in SvtSysLocale
/trunk/main/sal/osl/unx/
H A Dthread.c201 Thread_Impl* pImpl= (Thread_Impl*)pData; in osl_thread_cleanup_Impl() local
232 Thread_Impl* pImpl= (Thread_Impl*)pData; in osl_thread_start_Impl() local
282 Thread_Impl* pImpl; in osl_thread_create_Impl() local
373 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_resumeThread() local
396 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_suspendThread() local
427 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_isThreadRunning() local
446 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_joinWithThread() local
485 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_terminateThread() local
511 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_scheduleThread() local
694 Thread_Impl* pImpl= (Thread_Impl*)Thread; in osl_getThreadIdentifier() local
[all …]
H A Dfile.cxx737 FileHandle_Impl * pImpl = new FileHandle_Impl (fd); in osl_createFileHandleFromFD() local
942 FileHandle_Impl * pImpl = new FileHandle_Impl (fd, buffer); in osl_openFile() local
967 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_closeFile() local
999 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_syncFile() local
1028 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile() local
1156 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFile() local
1185 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_writeFile() local
1217 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFileAt() local
1250 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_writeFileAt() local
1280 FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_isEndOfFile() local
[all …]
/trunk/main/vcl/source/window/
H A Dwindow4.cxx81 vcl::ExtWindowImpl* pImpl = NULL; in ImplGetExtWindowImpl() local
103 vcl::ExtWindowImpl* pImpl = ImplGetExtWindowImpl(); in getLayout() local
120 vcl::ExtWindowImpl* pImpl = ImplGetExtWindowImpl(); in addWindow() local
137 vcl::ExtWindowImpl* pImpl = ImplGetExtWindowImpl(); in removeWindow() local
179 vcl::ExtWindowImpl* pImpl = ImplGetExtWindowImpl(); in setIdentifier() local
/trunk/main/shell/source/all/
H A Dxml_parser.cxx103 xml_parser* pImpl = get_parser_instance(UserData); in xml_start_element_handler() local
128 xml_parser* pImpl = get_parser_instance(UserData); in xml_end_element_handler() local
139 xml_parser* pImpl = get_parser_instance(UserData); in xml_character_data_handler() local
155 xml_parser* pImpl = get_parser_instance(UserData); in xml_comment_handler() local
/trunk/main/comphelper/inc/comphelper/
H A Dimplementationreference.hxx141 explicit ImplementationReference( ImplementationType* pImpl ) : in ImplementationReference()
159 ImplementationReference( ImplementationType* pImpl, CreateFromQuery ) : in ImplementationReference()
177 static ImplementationReference createFromQuery( ImplementationType* pImpl ) in createFromQuery()
H A Dembeddedobjectcontainer.hxx56 EmbedImpl* pImpl; member in comphelper::EmbeddedObjectContainer
/trunk/main/svx/inc/svx/
H A Dtbcontrl.hxx217 Impl* pImpl; member in SvxStyleToolBoxControl
415 SvxReloadControllerItem_Impl* pImpl; member in SvxReloadControllerItem
H A Dclipfmtitem.hxx37 SvxClipboardFmtItem_Impl* pImpl; member in SvxClipboardFmtItem
H A Dfntctrl.hxx46 FontPrevWin_Impl* pImpl; member in SvxFontPrevWindow
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx783 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackStartElement() local
808 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackEndElement() local
819 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackCharacters() local
831 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackProcessingInstruction() local
848 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackUnparsedEntityDecl() local
866 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackNotationDecl() local
960 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackDefault() local
968 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackComment() local
975 SaxExpatParser_Impl *pImpl = ((SaxExpatParser_Impl*)pvThis); in callbackStartCDATA() local
981 void SaxExpatParser_Impl::callErrorHandler( SaxExpatParser_Impl *pImpl , in callErrorHandler()
[all …]
/trunk/main/sal/osl/w32/
H A Dfile.cxx673 FileHandle_Impl * pImpl = new FileHandle_Impl(hFile); in osl_createFileHandleFromOSHandle() local
749 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_syncFile() local
769 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_closeFile() local
815 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_mapFile() local
893 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readLine() local
915 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFile() local
936 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_writeFile() local
959 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_readFileAt() local
985 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_writeFileAt() local
1006 FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle); in osl_isEndOfFile() local
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.hxx33 XMLTextPropertyHandlerFactory_Impl *pImpl; member in XMLTextPropertyHandlerFactory
/trunk/main/sw/source/core/inc/
H A Dnode2lay.hxx60 SwNode2LayImpl *pImpl; member in SwNode2Layout
/trunk/main/xmloff/inc/xmloff/
H A Di18nmap.hxx43 SvI18NMap_Impl *pImpl; member in SvI18NMap
/trunk/main/svl/inc/svl/
H A Dnumuno.hxx58 SvNumFmtSuppl_Impl* pImpl; member in SvNumberFormatsSupplierObj
/trunk/main/soltools/testSHL/inc/
H A DtstMgr.hxx40 tstMgr_Impl* pImpl; member in tstutl::tstMgr
/trunk/main/automation/inc/automation/
H A Dautomation.hxx32 ImplRemoteControl* pImpl; member in RemoteControl

Completed in 135 milliseconds

123456