Home
last modified time | relevance | path

Searched refs:pData (Results 151 – 175 of 1244) sorted by relevance

12345678910>>...50

/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx346 SfxGroupInfo_Impl *pData = aArr[i]; in ClearAll() local
364 delete pData; in ClearAll()
377 if ( pData && ( pData->nKind == SFX_CFGFUNCTION_SCRIPT ) ) in GetSelectedScriptURI()
378 return *(String*)pData->pObject; in GetSelectedScriptURI()
389 if (!pData) in GetCurCommand()
391 return pData->sCommand; in GetCurCommand()
400 if (!pData) in GetCurLabel()
402 if (pData->sLabel.Len()) in GetCurLabel()
403 return pData->sLabel; in GetCurLabel()
404 return pData->sCommand; in GetCurLabel()
[all …]
/aoo41x/main/sal/inc/rtl/
H A Dmath.hxx50 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
64 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
80 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
95 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
111 rtl_uString ** pData; in doubleToUStringBuffer() local
113 rBuffer.accessInternals( &pData, &pCapacity ); in doubleToUStringBuffer()
114 rtl_math_doubleToUString( pData, pCapacity, rBuffer.getLength(), fValue, in doubleToUStringBuffer()
128 rtl_uString ** pData; in doubleToUStringBuffer() local
130 rBuffer.accessInternals( &pData, &pCapacity ); in doubleToUStringBuffer()
131 rtl_math_doubleToUString( pData, pCapacity, rBuffer.getLength(), fValue, in doubleToUStringBuffer()
/aoo41x/main/connectivity/source/drivers/file/
H A Dquotedstring.cxx109 sal_Unicode* pData = _rStr.AllocBuffer( nLen - nStartPos + 1 ); in GetTokenSpecial() local
110 const sal_Unicode* pStart = pData; in GetTokenSpecial()
125 *pData++ = m_sString.GetChar(i); // Zeichen gehoert zum Resultat-String in GetTokenSpecial()
131 *pData = 0; in GetTokenSpecial()
136 *pData++ = cChar; // Zeichen gehoert zum Resultat-String in GetTokenSpecial()
152 *pData++ = cChar; // Zeichen gehoert zum Resultat-String in GetTokenSpecial()
156 *pData = 0; in GetTokenSpecial()
157 _rStr.ReleaseBufferAccess(xub_StrLen(pData - pStart)); in GetTokenSpecial()
/aoo41x/main/sw/source/ui/misc/
H A Dredlndlg.cxx640 pRedlineData = aRedlineParents[nStart]->pData; in CalcDiff()
712 RedlinData *pData = new RedlinData; in InsertChilds() local
713 pData->pData = pRedlineChild; in InsertChilds()
714 pData->bDisabled = sal_True; in InsertChilds()
836 RedlinData *pData; in InsertParents() local
860 pRedlineParent->pData = pRedlineData; in InsertParents()
867 pData = new RedlinData; in InsertParents()
868 pData->pData = pRedlineParent; in InsertParents()
869 pData->bDisabled = sal_False; in InsertParents()
914 if( !pData->bDisabled ) in CallAcceptReject()
[all …]
/aoo41x/main/sal/rtl/source/
H A Dlogfile.cxx108 if ( osl_getFileURLFromSystemPath( name.pData, &aRet.pData ) in getFileUrl()
115 osl_getProcessWorkingDir( &(aWorkingDirectory.pData) ); in getFileUrl()
116 osl_getAbsoluteFileURL( aWorkingDirectory.pData, aRet.pData, &(aRet.pData) ); in getFileUrl()
129 if( rtl_bootstrap_get( name.pData, &value.pData, 0 ) ) in init()
154 o.pData, &g_aFile, osl_File_OpenFlag_Write|osl_File_OpenFlag_Create); in init()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx233 if (pData) in operator ()()
234 DELETEZ(pData); in operator ()()
545 if (!pData) in Get()
548 if (!pData->pAccShape) in Get()
554 if (pData->pAccShape) in Get()
557 pData->pAccShape->Init(); in Get()
562 pData->pAccShape->SetRelationSet(GetRelationSet(pData)); in Get()
565 return pData->pAccShape; in Get()
1235 if (pData) in SetAnchor()
1239 (!pAddress && pData->pRelationCell) || (pAddress && !pData->pRelationCell)) in SetAnchor()
[all …]
/aoo41x/main/sal/workben/
H A Dt_osl_joinProcess.cxx60 IMAGE_NAME.pData, in test_osl_joinProcessWithTimeout_timeout_failure()
65 CWD.pData, in test_osl_joinProcessWithTimeout_timeout_failure()
110 IMAGE_NAME.pData, in test_osl_joinProcessWithTimeout_without_timeout_failure()
115 CWD.pData, in test_osl_joinProcessWithTimeout_without_timeout_failure()
150 IMAGE_NAME.pData, in test_osl_joinProcessWithTimeout_infinite()
155 CWD.pData, in test_osl_joinProcessWithTimeout_infinite()
186 IMAGE_NAME.pData, in test_osl_joinProcess()
191 CWD.pData, in test_osl_joinProcess()
/aoo41x/main/jvmfwk/source/
H A Dfwkutil.cxx167 const sal_Int8* pData = data.getConstArray(); in decodeBase16() local
170 sal_Int8 curChar = *pData++; in decodeBase16()
183 curChar = *pData++; in decodeBase16()
275 oslProcessError err = osl_getEnvironment(path.pData, &env_path.pData); in findPlugin()
282 if (osl_searchFileURL(plugin.pData, env_path.pData, &url.pData) in findPlugin()
285 if (osl_searchFileURL(plugin.pData, NULL, &url.pData) in findPlugin()
H A Dframework.cxx128 library.sVendor.pData, in jfw_findAllJREs()
129 versionInfo.sMinVersion.pData, in jfw_findAllJREs()
130 versionInfo.sMaxVersion.pData, in jfw_findAllJREs()
164 ii->pData, in jfw_findAllJREs()
166 versionInfo.sMinVersion.pData, in jfw_findAllJREs()
167 versionInfo.sMaxVersion.pData, in jfw_findAllJREs()
484 library.sVendor.pData, in jfw_findAndSelectJRE()
485 versionInfo.sMinVersion.pData, in jfw_findAndSelectJRE()
486 versionInfo.sMaxVersion.pData, in jfw_findAndSelectJRE()
568 it->pData, in jfw_findAndSelectJRE()
[all …]
/aoo41x/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx81 ODataClipboard* pData = NULL; in implCopyObject() local
87pData = new ODataClipboard(aDSName, _nCommandType, aName, xConnection, getNumberFormatter(), getOR… in implCopyObject()
90 pData = new ODataClipboard(aDSName, _nCommandType, aName, getNumberFormatter(), getORB()); in implCopyObject()
93 return pData; in implCopyObject()
266 DBTreeListUserData* pData = static_cast<DBTreeListUserData*>(pEntryLoop->GetUserData()); in clearTreeModel() local
267 if(pData) in clearTreeModel()
270 Reference< XContainer > xContainer(pData->xContainer, UNO_QUERY); in clearTreeModel()
274 if ( pData->xConnection.is() ) in clearTreeModel()
278 impl_releaseConnection( pData->xConnection ); in clearTreeModel()
281 delete pData; in clearTreeModel()
/aoo41x/main/svx/source/dialog/
H A D_bmpmask.cxx442 pData ( new MaskData( this, *pBindinx ) ), in SvxBmpMask()
459 aCbx1.SetClickHdl( LINK( pData, MaskData, CbxHdl ) ); in SvxBmpMask()
460 aCbx2.SetClickHdl( LINK( pData, MaskData, CbxHdl ) ); in SvxBmpMask()
570 delete pData; in ~SvxBmpMask()
667 pData->CbxHdl( &aCbx1 ); in PipetteClicked()
673 pData->CbxHdl( &aCbx2 ); in PipetteClicked()
679 pData->CbxHdl( &aCbx3 ); in PipetteClicked()
685 pData->CbxHdl( &aCbx4 ); in PipetteClicked()
690 pData->PipetteHdl( &aTbxPipette ); in PipetteClicked()
697 pData->SetExecState( bEnable ); in SetExecState()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Ddetfunc.cxx543 pData->maStart.SetInvalid(); in InsertArrow()
547 pData->maEnd.Set( nCol, nRow, nTab); in InsertArrow()
575 pData->maEnd.Set( nEndCol, nEndRow, nTab); in InsertToOtherTab()
609 pData->maStart.Set( nStartCol, nStartRow, nTab); in InsertToOtherTab()
610 pData->maEnd.SetInvalid(); in InsertToOtherTab()
678 pData->maStart.Set( nCol, nRow, nTab); in DrawCircle()
679 pData->maEnd.SetInvalid(); in DrawCircle()
1375 if ( pData ) in MarkInvalid()
1603 rSource = pData->maStart; in GetDetectiveObjectType()
1605 rPosition = pData->maEnd; in GetDetectiveObjectType()
[all …]
H A Dprnsave.cxx94 pData = new ScPrintSaverTab[nCount]; in ScPrintRangeSaver()
96 pData = NULL; in ScPrintRangeSaver()
101 delete[] pData; in ~ScPrintRangeSaver()
107 return pData[nTab]; in GetTabData()
113 return pData[nTab]; in GetTabData()
121 if (!(pData[i]==rCmp.pData[i])) in operator ==()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_status.cxx271 const SystemEnvData* pData = GetSystemData(); in IMPL_LINK() local
272 SalFrame* pStatusFrame = (SalFrame*)pData->pSalFrame; in IMPL_LINK()
283 XRaiseWindow( (Display*)pData->pDisplay, in IMPL_LINK()
284 (XLIB_Window)pData->aShellWindow ); in IMPL_LINK()
493 rChoices[nIndex].pData, in IMPL_LINK()
651 void I18NStatus::addChoice( const String& rChoice, void* pData ) in addChoice() argument
654 aData.pData = pData; in addChoice()
665 const SystemEnvData* pData = m_pStatusWindow->GetSystemData(); in toTop() local
666 XRaiseWindow( (Display*)pData->pDisplay, in toTop()
667 (XLIB_Window)pData->aShellWindow ); in toTop()
[all …]
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx404 if (pData) in insert_new()
407 delete pData; in insert_new()
409 pCollection->Insert( pData); in insert_new()
1771 pColData = aFont.pData; in LoadColAttr()
1805 pColData = aColor.pData; in LoadColAttr()
1824 pColData = aAttr.pData; in LoadColAttr()
1849 pColData = aJustify.pData; in LoadColAttr()
2079 if( aRaster.pData[ nRasterIndex ].Row < aColor.pData[ nColorIndex ].Row ) in LoadColAttr()
2085 else if( aRaster.pData[ nRasterIndex ].Row > aColor.pData[ nColorIndex ].Row ) in LoadColAttr()
2122 pColData = aValue.pData; in LoadColAttr()
[all …]
/aoo41x/main/svtools/source/contnr/
H A Dsvlbitm.cxx355 pData = pBData; in SvLBoxButton()
398 pData->StoreButtonState( pEntry, nItemFlags ); in ClickHdl()
399 pData->CallLink(); in ClickHdl()
409 ? SV_BMP_STATICIMAGE : pData->GetIndex( nItemFlags ); in Paint()
417 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in Paint()
420 Size aSize(pData->Width(), pData->Height()); in Paint()
442 rDev.DrawImage( rPos, pData->aBmps[nIndex + nBaseOffs] ,nStyle); in Paint()
454 pData = ((SvLBoxButton*)pSource)->pData; in Clone()
492 Size aSize( pData->Width(), pData->Height() ); in InitViewData()
494 ControlType eCtrlType = (pData->IsRadio())? CTRL_RADIOBUTTON : CTRL_CHECKBOX; in InitViewData()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwsh8.cxx62 ScViewData* pData = (ScViewData*)GetViewData(); // const weggecasted in HasSelection() local
66 ScDocument* pDoc = pData->GetDocument(); in HasSelection()
67 ScMarkData& rMark = pData->GetMarkData(); in HasSelection()
68 ScAddress aCursor( pData->GetCurX(), pData->GetCurY(), pData->GetTabNo() ); in HasSelection()
76 ScMarkType eMarkType = pData->GetSimpleArea( aRange ); in HasSelection()
/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx67 … if( osl_getSystemPathFromFileURL( aConfigPath.pData, &aSysPath.pData ) == osl_File_E_None ) in getOfficePath()
73 if( osl_getSystemPathFromFileURL( aNetPath.pData, &aSysPath.pData ) == osl_File_E_None ) in getOfficePath()
79 … if( osl_getSystemPathFromFileURL( aUserPath.pData, &aSysPath.pData ) == osl_File_E_None ) in getOfficePath()
87 osl_createDirectoryPath( aUPath.pData, NULL, NULL ); in getOfficePath()
179 if( osl_getExecutableFile( &aExe.pData ) == osl_Process_E_None ) in getPrinterPathList()
185 if( osl_getSystemPathFromFileURL( aExe.pData, &aSysPath.pData ) == osl_File_E_None ) in getPrinterPathList()
/aoo41x/main/svl/source/memtools/
H A Dsvarray.cxx96 delete *((StringPtr*)pData+n); in SV_IMPL_VARARR()
111 StringCompare eCmp = (*((StringPtr*)pData + nM))-> in Seek_Entry()
143 delete *((StringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()
158 StringCompare eCmp = (*((StringPtr*)pData + nM))-> in Seek_Entry()
194 if( *(pData + nM) == aE ) in Seek_Entry()
199 else if( *(pData + nM) < aE ) in Seek_Entry()
282 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()
297 StringCompare eCmp = (*((ByteStringPtr*)pData + nM))-> in Seek_Entry()
328 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()
343 StringCompare eCmp = (*((ByteStringPtr*)pData + nM))-> in Seek_Entry()
/aoo41x/main/cppu/source/uno/
H A Ddestr.hxx122 ::rtl_freeMemory( pAny->pData ); in _destructAny()
128 ::rtl_freeMemory( pAny->pData ); in _destructAny()
134 ::rtl_freeMemory( pAny->pData ); in _destructAny()
146 ::uno_any_destruct( (uno_Any *)pAny->pData, release ); in _destructAny()
147 ::rtl_freeMemory( pAny->pData ); in _destructAny()
157 _destructStruct( pAny->pData, (typelib_CompoundTypeDescription *)pTypeDescr, release ); in _destructAny()
159 ::rtl_freeMemory( pAny->pData ); in _destructAny()
166 _destructUnion( pAny->pData, pTypeDescr, release ); in _destructAny()
168 ::rtl_freeMemory( pAny->pData ); in _destructAny()
184 pAny->pData = (void *)0xdeadbeef; in _destructAny()
/aoo41x/main/basic/source/runtime/
H A Diosys.cxx240 sal_Bool bRet = osl_getUserName( aSecurity, &aSystemUser.pData ); in needSecurityRestrictions()
350 virtual sal_uIntPtr GetData( void* pData, sal_uIntPtr nSize );
395 sal_uIntPtr OslStream::GetData( void* pData, sal_uIntPtr nSize ) in GetData() argument
399 nRet = maFile.read( pData, nBytesRead, nBytesRead ); in GetData()
407 nRet = maFile.write( pData, (sal_uInt64)nSize, nBytesWritten ); in PutData()
453 virtual sal_uIntPtr GetData( void* pData, sal_uIntPtr nSize );
534 sal_uIntPtr UCBStream::GetData( void* pData, sal_uIntPtr nSize ) in GetData() argument
543 rtl_copyMemory( pData, aData.getConstArray(), nSize ); in GetData()
550 rtl_copyMemory( pData, aData.getConstArray(), nSize ); in GetData()
570 Sequence<sal_Int8> aData( (const sal_Int8 *)pData, nSize ); in PutData()
[all …]
/aoo41x/main/testtools/source/performance/
H A Dubtest.cxx1061 aCurrentLanguageBindingName.pData, 0 ); in run()
1109 aArgs[0].pData, in run()
1110 aArgs[1].pData, in run()
1111 aArgs[2].pData, in run()
1112 aArgs[3].pData, in run()
1113 aArgs[4].pData, in run()
1114 aArgs[5].pData, in run()
1115 aArgs[6].pData, in run()
1116 aArgs[7].pData, in run()
1117 aArgs[8].pData, in run()
[all …]
/aoo41x/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx116 osl_getCommandArg( *pIndex, &arg.pData ); in isOption()
130 arg.pData->buffer + 2, option_info->m_name ) == 0) in isOption()
146 osl_getCommandArg(*pIndex, &arg.pData); in isBootstrapVariable()
164 osl_getCommandArg( *pIndex, &pValue->pData ); in readArgument()
182 if (osl_getExecutableFile( &path.pData ) != osl_Process_E_None) { in operator ()()
217 oslFileError rc = osl_getFileURLFromSystemPath( sys_path.pData, &file_url.pData ); in makeAbsoluteFileUrl()
220 if ( osl_getSystemPathFromFileURL( sys_path.pData, &tempPath.pData) == osl_File_E_None ) in makeAbsoluteFileUrl()
234 base_url.pData, file_url.pData, &abs.pData ) != osl_File_E_None) in makeAbsoluteFileUrl()
/aoo41x/main/svl/source/svdde/
H A Dddesvr.cxx78 DdeData* pData; in SV_IMPL_VARARR() local
279 pData = new DdeData( aRes ); in SV_IMPL_VARARR()
281 pData = NULL; in SV_IMPL_VARARR()
284 pData = ((DdeGetPutItem*)pItem)->Get( in SV_IMPL_VARARR()
289 if ( pData ) in SV_IMPL_VARARR()
291 (LPBYTE)pData->pImp->pData, in SV_IMPL_VARARR()
292 pData->pImp->nData, in SV_IMPL_VARARR()
295 pData->pImp->nFmt ), in SV_IMPL_VARARR()
361 aName = (const sal_Unicode *)aExec.pImp->pData; in SV_IMPL_VARARR()
887 if( pData->nHCnv == nHCnv ) in DecMonitor()
[all …]
/aoo41x/main/store/workben/
H A Dt_page.cxx955 rtl_uString_assign (&(aFileUrl.pData), pFilename); in initialize()
959 return osl_openFile (aFileUrl.pData, &m_handle, nFlags); in initialize()
1186 static void freeMemory (sal_uInt8 * pData, sal_uInt32 nSize);
1193 : m_pData (pData), m_nSize (nSize), m_destructor (destructor) in MemoryPageAccess()
1330 if (pData != 0) in setSize_Impl()
1340 m_pData = pData, m_nSize = nSize; in setSize_Impl()
1346 rtl_freeMemory (pData); in freeMemory()
1355 static void unmapFile (sal_uInt8 * pData, sal_uInt32 nSize);
1358 MappedPageAccess (sal_uInt8 * pData, sal_uInt32 nSize);
1373 : MemoryPageAccess (pData, nSize, MappedPageAccess::unmapFile) in MappedPageAccess()
[all …]

Completed in 201 milliseconds

12345678910>>...50