Home
last modified time | relevance | path

Searched refs:pData (Results 676 – 700 of 1243) sorted by relevance

1...<<21222324252627282930>>...50

/trunk/main/scripting/source/storage/
H A DXMLElement.cxx83 _name, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in dump()
96 _name, RTL_TEXTENCODING_ASCII_US ).pData->buffer ); in dump()
/trunk/main/cppu/source/uno/
H A Dprim.hxx148 (pAny)->pData = (void *)0xdeadbeef;
152 (pAny)->pData = (pAny);
/trunk/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx78 oslFileError rc = osl_getFileURLFromSystemPath( sys_path.pData, &file_url.pData ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/store/source/
H A Dstorbios.hxx77 sal_uInt32 nAddr, void *pData, sal_uInt32 nSize);
82 sal_uInt32 nAddr, const void *pData, sal_uInt32 nSize);
/trunk/main/vos/source/
H A Dthread.cxx223 sal_Bool OThreadData::setData(void *pData) in setData() argument
227 return (osl_setThreadKeyData(m_hKey, pData)); in setData()
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx568 IMPL_LINK( SvxSimpleTable, CompareHdl, SvSortData*, pData) in IMPL_LINK() argument
570 SvLBoxEntry* pLeft = (SvLBoxEntry*)(pData->pLeft ); in IMPL_LINK()
571 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx91 gpointer pData = g_list_nth_data (m_pContacts, m_nIndex); in getCur() local
92 return pData ? E_CONTACT (pData) : NULL; in getCur()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx119 void* pData = m_lbNewColumnNames.GetEntryData(0); in ~OWizColumnSelect() local
120 if ( pData ) in ~OWizColumnSelect()
121 delete static_cast<OFieldDescription*>(pData); in ~OWizColumnSelect()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx146 const SwRenderData *pData, in MakeSwPrtOptions() argument
149 if (!pDocShell || !pOpt || !pData) in MakeSwPrtOptions()
181 rOptions.SetRenderData( pData ); in MakeSwPrtOptions()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx472 const SvxFieldData* pData = pFieldItem->GetField(); in ForceStyleToHardAttributes() local
474 if(pData && pData->ISA(SvxURLField)) in ForceStyleToHardAttributes()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx314 sal_uInt8* pData = aWW8_STD; in StartStyle() local
319 Set_UInt16( pData, nBit16 ); in StartStyle()
323 Set_UInt16( pData, nBit16 ); in StartStyle()
327 Set_UInt16( pData, nBit16 ); in StartStyle()
329 pData += sizeof( sal_uInt16 ); // bchUpe in StartStyle()
338 pData += sizeof( sal_uInt16 ); in StartStyle()
342 sal_uInt16 nLen = static_cast< sal_uInt16 >( ( pData - aWW8_STD ) + 1 + in StartStyle()
349 pO->Insert( aWW8_STD, static_cast< sal_uInt16 >( pData - aWW8_STD ), pO->Count() ); in StartStyle()
/trunk/main/svl/source/misc/
H A Drestrictedpaths.cxx46 osl_getEnvironment( sEnvName.pData, &_rValue.pData ); in lcl_getEnvironmentValue()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokTestService.cxx94 osl_getAbsoluteFileURL(dir, arg.pData, &absFileUrl.pData); in run()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableConnectionData.cxx185 OConnectionLineDataRef pData = m_vConnLineData[i]; in normalizeLines() local
187 m_vConnLineData.push_back(pData); in normalizeLines()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx722 SvListEntry *pData = GetEntry( rPos ); in handlePopupMenu() local
724 if ( pData ) in handlePopupMenu()
1158 IgnoredUpdate *pData = new IgnoredUpdate( aIdentifier, aVersion ); in getIgnoredUpdates() local
1159 m_ignoredUpdates.push_back( pData ); in getIgnoredUpdates()
1288 IgnoredUpdate *pData = new IgnoredUpdate( aExtensionID, aVersion ); in setIgnoredUpdate() local
1289 m_ignoredUpdates.push_back( pData ); in setIgnoredUpdate()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx261 OGroupExchange* pData = new OGroupExchange(aClipboardList); in StartDrag() local
262 uno::Reference< ::com::sun::star::datatransfer::XTransferable> xRef = pData; in StartDrag()
263 pData->StartDrag(this, DND_ACTION_MOVE ); in StartDrag()
873 OGroupExchange* pData = new OGroupExchange(aClipboardList); in copy() local
874 uno::Reference< ::com::sun::star::datatransfer::XTransferable> xRef = pData; in copy()
875 pData->CopyToClipboard(GetParent()); in copy()
/trunk/main/forms/source/xforms/submission/
H A Dserialization_urlencoded.cxx154 sal_Int8 *pData = (sal_Int8*)aEncodedBuffer.getStr(); in serialize_node() local
155 Sequence< sal_Int8 > sData(pData, aEncodedBuffer.getLength()); in serialize_node()
/trunk/main/sot/source/sdstor/
H A Dstg.cxx212 sal_uLong StorageStream::Read( void* pData, sal_uLong nSize ) in Read() argument
217 nSize = pEntry->Read( pData, (sal_Int32) nSize ); in Read()
226 sal_uLong StorageStream::Write( const void* pData, sal_uLong nSize ) in Write() argument
231 nSize = pEntry->Write( pData, (sal_Int32) nSize ); in Write()
/trunk/main/sdext/source/pdfimport/sax/
H A Demitcontext.cxx63 osl_getFileURLFromSystemPath( aStr.pData, &aFileURL.pData ); in SaxEmitter()
/trunk/main/toolkit/source/layout/core/
H A Dbox-base.cxx86 ChildData *pData = createChild (xChild); in AddChild() local
87 maChildren.push_back (pData); in AddChild()
/trunk/main/sal/inc/osl/
H A Dpipe.hxx37 : m_handle( osl_createPipe( strName.pData, Options , 0 ) ) in Pipe()
42 : m_handle( osl_createPipe( strName.pData, Options , rSecurity.getHandle() ) ) in Pipe()
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx50 …OSL_TRACE("OOX: URI rId %s", ::rtl::OUStringToOString (aRelId, RTL_TEXTENCODING_UTF8).pData->buffe… in HyperLinkContext()
54 …OSL_TRACE("OOX: URI href %s", ::rtl::OUStringToOString (sHref, RTL_TEXTENCODING_UTF8).pData->buffe… in HyperLinkContext()
/trunk/main/i18npool/source/transliteration/
H A DtextToPronounce_zh.cxx152 &thisModule, lib.pData, SAL_LOADMODULE_DEFAULT ); in TextToPronounce_zh()
155 … = (sal_uInt16** (*)()) osl_getFunctionSymbol(hModule, OUString::createFromAscii(func_name).pData); in TextToPronounce_zh()
/trunk/main/cppu/inc/uno/
H A Denvironment.hxx189 uno_getEnvironment(&_pEnv, rEnvDcp.pData, pContext); in Environment()
261 uno_getCurrentEnvironment(&pEnv, typeName.pData); in getCurrent()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx481 IMPL_LINK( SwDBTreeList, DBCompare, SvSortData*, pData ) in IMPL_LINK() argument
483 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK()
488 return DefaultCompare(pData); // Sonst Basisklasse rufen in IMPL_LINK()

Completed in 129 milliseconds

1...<<21222324252627282930>>...50