Home
last modified time | relevance | path

Searched refs:pData (Results 376 – 400 of 1244) sorted by relevance

1...<<11121314151617181920>>...50

/aoo41x/main/i18npool/source/collator/
H A Dcollator_unicode.cxx89 …hModule = osl_loadModuleRelative( &thisModule, aBuf.makeStringAndClear().pData, SAL_LOADMODULE_DEF… in loadCollatorAlgorithm()
97 (func_base + OUString::createFromAscii("TW_") + rAlgorithm).pData); in loadCollatorAlgorithm()
99 func=(const sal_uInt8* (*)()) osl_getFunctionSymbol(hModule, (func_base + rAlgorithm).pData); in loadCollatorAlgorithm()
112 func=(const sal_uInt8* (*)()) osl_getFunctionSymbol(hModule, aBuf.makeStringAndClear().pData); in loadCollatorAlgorithm()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx62 const ContentProperties* pData; member
64 ResultListEntry( const ContentProperties* pEntry ) : pData( pEntry ) {}; in ResultListEntry()
65 ~ResultListEntry() { delete pData; } in ~ResultListEntry()
160 = *( m_pImpl->m_aResults[ nIndex ]->pData ); in queryContentIdentifierString()
314 *(m_pImpl->m_aResults[ nIndex ]->pData), in queryPropertyValues()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx506 LPVOID pData = NULL; in loadFile() local
536 pData = GlobalLock( hGlobal ); in loadFile()
537 if ( !pData ) in loadFile()
541 hFile, pData, fsize, &nBytesRead, NULL ); in loadFile()
560 if ( pData ) in loadFile()
/aoo41x/main/sal/qa/osl/mutex/
H A Dosl_Mutex.cxx113 IncreaseThread( struct resource *pData ): pResource( pData ) { } in IncreaseThread() argument
141 DecreaseThread( struct resource *pData ): pResource( pData ) { } in DecreaseThread() argument
179 PutThread( struct chain* pData ): pChain( pData ) { } in PutThread() argument
/aoo41x/main/sc/source/core/data/
H A Dcell2.cxx76 SetTextObject( rCell.pData, rCell.pDoc->GetEditPool() ); in ScEditCell()
90 pData = rEngine.CreateTextObject(); in ScEditCell()
95 delete pData; in ~ScEditCell()
111 delete pData; in SetData()
117 rpObject = pData; in GetData()
124 else if ( pData ) in GetString()
128 rEngine.SetText( *pData ); in GetString()
144 pData = pObject->Clone(); in SetTextObject()
158 pData = rEngine.CreateTextObject(); in SetTextObject()
165 pData = rEngine.CreateTextObject(); in SetTextObject()
[all …]
/aoo41x/main/twain/inc/
H A Dtwain.h491 TW_MEMREF pData; /* Pointer to Data buffer */ member
2068 TW_MEMREF pData);
2075 TW_MEMREF pData);
2084 TW_MEMREF pData);
2091 TW_MEMREF pData);
2142 TW_MEMREF pData);
2148 TW_MEMREF pData);
2156 TW_MEMREF pData);
2162 TW_MEMREF pData);
/aoo41x/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx243 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
248 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
289 … ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in startChildElement()
334 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in BasicEmbeddedLibraryElement()
489 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
494 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
499 ::rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in endElement()
/aoo41x/main/sal/osl/unx/
H A Dfile_url.cxx700 … rc = (FileBase::RC) osl_getSystemPathFromFileURL_Ex(ustrBaseDirURL, &base_path.pData, sal_False); in osl_getAbsoluteFileURL()
716 …rc = (FileBase::RC) osl_getFileURLFromSystemPath(resolved_path.pData, pustrAbsoluteURL); … in osl_getAbsoluteFileURL()
740 if (osl_Process_E_None == osl_getEnvironment(path.pData, &env_path.pData)) in find_in_PATH()
758 if (osl_Process_E_None == osl_getProcessWorkingDir(&cwd_url.pData)) in find_in_CWD()
811 osl_getFileURLFromSystemPath(resolved.pData, pustrURL); in osl_searchFileURL()
/aoo41x/main/scripting/source/storage/
H A DScriptInfo.cxx224 …>\n",::rtl::OUStringToOString(m_scriptData.parcelURI , RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in ScriptInfo()
326 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getFileSetNames()
343 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getFilesInFileSet()
354 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getFilesInFileSet()
363 RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in getFilesInFileSet()
/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx369 LigatureData *pData = aLigatures;
370 while (!pFound && pData->cChar != 0)
372 if (pData->cChar == cChar)
373 pFound = pData;
374 ++pData;
/aoo41x/main/sc/source/ui/undo/
H A Dundobase.cxx239 ScViewData* pData = pViewShell->GetViewData(); in AdjustHeight() local
240 nPPTX = pData->GetPPTX(); in AdjustHeight()
241 nPPTY = pData->GetPPTY(); in AdjustHeight()
242 aZoomX = pData->GetZoomX(); in AdjustHeight()
243 aZoomY = pData->GetZoomY(); in AdjustHeight()
/aoo41x/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx137 DataChangedEvent* pData = reinterpret_cast<DataChangedEvent*>(_pEvt->GetData()); in IMPL_LINK() local
138 if ( pData && ((( pData->GetType() == DATACHANGED_SETTINGS ) || in IMPL_LINK()
139 ( pData->GetType() == DATACHANGED_DISPLAY )) && in IMPL_LINK()
140 ( pData->GetFlags() & SETTINGS_STYLE ))) in IMPL_LINK()
/aoo41x/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1162 pData, in setWMName()
1170 pData, in setWMName()
1989 unsigned char* pData = NULL; in handlePropertyNotify() local
2002 &pData ); in handlePropertyNotify()
2003 if( pData ) in handlePropertyNotify()
2018 XFree( pData ); in handlePropertyNotify()
2019 pData = NULL; in handlePropertyNotify()
2066 unsigned char* pData = 0; in handlePropertyNotify() local
2076 &pData ); in handlePropertyNotify()
2077 if( pData ) in handlePropertyNotify()
[all …]
/aoo41x/main/vos/source/
H A Dpipe.cxx53 new PipeRef( osl_createPipe(strName.pData, in OPipe()
70 new PipeRef(osl_createPipe(strName.pData, in OPipe()
123 new PipeRef(osl_createPipe(strName.pData, in create()
148 new PipeRef(osl_createPipe(strName.pData, in create()
/aoo41x/main/vcl/inc/aqua/
H A Dsalinst.h83 SalUserEvent( AquaSalFrame* pFrame, void* pData, sal_uInt16 nType ) : in SalUserEvent()
84 mpFrame( pFrame ), mpData( pData ), mnType( nType ) in SalUserEvent()
114 … sal_uInt16 nBitCount, const SystemGraphicsData *pData );
163 void PostUserEvent( AquaSalFrame* pFrame, sal_uInt16 nType, void* pData );
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dgnujre.cxx122 if (osl_getFileURLFromSystemPath(i->second.pData,& fileURL.pData) == in initialize()
138 … osl_getFileURLFromSystemPath(i->second.getToken(0, ':', nIndex).pData, &sJavaLibraryPath.pData); in initialize()
/aoo41x/main/sc/source/ui/inc/
H A Dacredlin.hxx76 void* pData; member in ScViewEntryPtr
85 void* GetpData() {return pData; } in GetpData()
92 void SetpData (void* pdata) {pData =pdata;} in SetpData()
100 ScViewEntryPtr* pData; member in ScViewEntryPtrList
/aoo41x/main/vcl/source/control/
H A Dedit.cxx2197 const CommandVoiceData* pData = rCEvt.GetVoiceData(); in Command() local
2198 if ( pData->GetType() == VOICECOMMANDTYPE_DICTATION ) in Command()
2200 switch ( pData->GetCommand() ) in Command()
2204 ReplaceSelected( pData->GetText() ); in Command()
2267 maText.Insert( pData->GetText(), mpIMEInfos->nPos ); in Command()
2291 if ( pData->GetTextAttr() ) in Command()
2293 mpIMEInfos->CopyAttribs( pData->GetTextAttr(), pData->GetText().Len() ); in Command()
2294 mpIMEInfos->bCursor = pData->IsCursorVisible(); in Command()
2304 SetInsertMode( !pData->IsCursorOverwrite() ); in Command()
2306 if ( pData->IsCursorVisible() ) in Command()
[all …]
/aoo41x/main/sal/osl/os2/
H A Dpath_helper.hxx44 osl_systemPathEnsureSeparator(&Path.pData); in systemPathEnsureSeparator()
55 osl_systemPathRemoveSeparator(&Path.pData); in systemPathRemoveSeparator()
64 return osl_systemPathIsLogicalDrivePattern(path.pData); in systemPathIsLogicalDrivePattern()
/aoo41x/main/cui/source/customize/
H A Dselector.cxx144 SvxGroupInfo_Impl *pData = aArr[i]; in ClearAll() local
145 delete pData; in ClearAll()
250 SvxGroupInfo_Impl *pData = aArr[i]; in ClearAll() local
251 delete pData; in ClearAll()
1184 SvxGroupInfo_Impl *pData = (SvxGroupInfo_Impl*) pEntry->GetUserData(); in GetScriptURL() local
1185 if ( ( pData->nKind == SVX_CFGFUNCTION_SLOT ) in GetScriptURL()
1186 || ( pData->nKind == SVX_CFGFUNCTION_SCRIPT ) in GetScriptURL()
1189 result = pData->sURL; in GetScriptURL()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx209 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFamily.pData->buffer, in operator <()
210 aFamily.pData->length, in operator <()
219 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFoundry.pData->buffer, in operator <()
220 aFoundry.pData->length, in operator <()
253 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aAddStyle.pData->buffer, in operator <()
254 aAddStyle.pData->length, in operator <()
275 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFamily.pData->buffer, in operator ==()
276 aFamily.pData->length, in operator ==()
285 nCmp = rtl_str_compareIgnoreAsciiCase_WithLength( aFoundry.pData->buffer, in operator ==()
286 aFoundry.pData->length, in operator ==()
[all …]
/aoo41x/main/tools/bootstrp/
H A Dmkcreate.cxx592 CommandData *pData = pPrj->GetObject( j ); in CreateRootDirectory() local
593 if ( bAll || ( pData->GetCommandType() == COMMAND_NMAKE )) { in CreateRootDirectory()
596 sDirPath += pData->GetPath(); in CreateRootDirectory()
598 pSourceRoot->InsertFull( sDirPath, pData->GetOSType()); in CreateRootDirectory()
599 SByteStringList *pDependencies = pData->GetDependencies(); in CreateRootDirectory()
609 ByteString sIdentifier = pData->GetLogFile(); in CreateRootDirectory()
/aoo41x/main/jvmfwk/source/
H A Dfwkbase.cxx70 if (osl_getSystemPathFromFileURL(sURL.pData, in getVendorSettingsPath()
71 & sSystemPathSettings.pData) != osl_File_E_None) in getVendorSettingsPath()
624 token.pData, &systemPathElement.pData ); in getApplicationClassPath()
687 if (osl_getSystemPathFromFileURL(sURL.pData, in getSettingsPath()
688 & sPath.pData) != osl_File_E_None) in getSettingsPath()
/aoo41x/main/cppu/source/uno/
H A Dlbmap.cxx219 static_cast< uno_Mediate_Mapping * >( pMapping )->aAddPurpose.pData ); in mediate_acquire()
375 hModule, aSymbolName.pData ); in loadExternalMapping()
433 &pRet, mediate_free, rFrom.get(), rTo.get(), rAddPurpose.pData ); in createMediateMapping()
458 ::uno_getEnvironment( (uno_Environment **)&aUno, aUnoEnvTypeName.pData, 0 ); in getMediateMapping()
471 ::uno_createEnvironment( (uno_Environment **)&aAnUno, aUnoEnvTypeName.pData, 0 ); in getMediateMapping()
555 (**iPos)( ppMapping, pFrom, pTo, aAddPurpose.pData ); in uno_getMapping()
/aoo41x/main/remotebridges/examples/
H A Dofficeclient.cxx215 printf( "%s\n", o.pData->buffer ); in run()
221 printf( "%s\n", o.pData->buffer ); in run()
227 printf( "%s\n", o.pData->buffer ); in run()
233 printf( "%s\n", o.pData->buffer ); in run()

Completed in 191 milliseconds

1...<<11121314151617181920>>...50