Home
last modified time | relevance | path

Searched refs:pKey (Results 26 – 49 of 49) sorted by relevance

12

/trunk/main/sw/source/ui/misc/
H A Dsrtdlg.cxx354 SwSortKey *pKey = new SwSortKey( nCol1, sEntry, in Apply() local
356 aOptions.aKeys.C40_INSERT(SwSortKey, pKey, aOptions.aKeys.Count()); in Apply()
368 SwSortKey *pKey = new SwSortKey( nCol2, sEntry, in Apply() local
370 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply()
382 SwSortKey *pKey = new SwSortKey( nCol3, sEntry, in Apply() local
384 aOptions.aKeys.C40_INSERT( SwSortKey, pKey, aOptions.aKeys.Count() ); in Apply()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx553 …m_Impl* OpenStream( UCBStorageElement_Impl*, StreamMode, sal_Bool, const ByteString* pKey=0 );
710 if ( pKey ) in UCBStorageStream_Impl()
712 m_aKey = *pKey; in UCBStorageStream_Impl()
716 …rtlDigestError nErr = rtl_digest_SHA1( pKey->GetBuffer(), pKey->Len(), aBuffer, RTL_DIGEST_LENGTH_… in UCBStorageStream_Impl()
1386 …UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey ) argument
1390 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey );
1399 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey, bRepair, xProgress );
2909 …e::OpenStream( const String& rEleName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey ) argument
2956 if ( pKey )
2957 aKey = *pKey;
[all …]
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx157 NestedKeyImpl* pKey);
229 NestedKeyImpl* pKey) in NestedKeyImpl() argument
230 : m_pRegistry(pKey->m_pRegistry) in NestedKeyImpl()
234 if (pKey->m_localKey.is() && pKey->m_localKey->isValid()) in NestedKeyImpl()
236 m_localKey = pKey->m_localKey->openKey(rKeyName); in NestedKeyImpl()
238 if (pKey->m_defaultKey.is() && pKey->m_defaultKey->isValid()) in NestedKeyImpl()
240 m_defaultKey = pKey->m_defaultKey->openKey(rKeyName); in NestedKeyImpl()
/trunk/main/cppuhelper/qa/unourl/
H A Dcppu_unourl.cxx194 char const * pKey; in TEST_F() member
223 hasParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in TEST_F()
239 char const * pKey; in TEST_F() member
292 getParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in TEST_F()
/trunk/main/sot/inc/sot/
H A Dstg.hxx133 sal_Bool bDirect = sal_True, const ByteString* pKey=0 ) = 0;
233 sal_Bool bDirect = sal_True, const ByteString* pKey=0 );
269 …StorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=0 );
270 …onst String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey, sal_Bool bRepair, …
353 sal_Bool bDirect = sal_True, const ByteString* pKey=0 );
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx108 size_t operator()( const PPDKey * pKey) const in operator ()()
109 { return (size_t)pKey; } in operator ()()
129 void insertKey( const String& rKey, PPDKey* pKey );
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataImpl.cxx431 _ADOKey* pKey = NULL; in Create() local
436 (void**)&pKey ); in Create()
441 operator=( pKey ); in Create()
442 pKey->Release(); in Create()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx354 const SdrPage* pKey) in InvalidatePreviewBitmap() argument
365 bHasChanged |= iCache->second->InvalidateBitmap(pKey); in InvalidatePreviewBitmap()
374 bHasChanged |= iCache2->mpCache->InvalidateBitmap(pKey); in InvalidatePreviewBitmap()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx931 const SwTOXSortKey* pKey = pType->GetSortKey(i); in operator <() local
932 String sMyTxt = pField->GetFieldText(pKey->eField); in operator <()
934 String sOtherTxt = pCmpField->GetFieldText(pKey->eField); in operator <()
942 bRet = (-1 == nComp) == pKey->bSortAscending; in operator <()
/trunk/main/sfx2/source/inc/
H A Dsfxtypes.hxx144 const char *pKey = SFX_PASSWORD_CODE );
146 const char *pKey = SFX_PASSWORD_CODE );
/trunk/main/registry/source/
H A Dregimpl.hxx130 RegError eraseKey(ORegKey* pKey, const rtl::OUString& keyName);
132 RegError deleteSubkeysAndValues(ORegKey* pKey);
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx441 const SwTOXSortKey* pKey = (*m_pSortKeyArr)[i]; in QueryValue() local
445 pValue[0].Value <<= sal_Int16(pKey->eField); in QueryValue()
447 pValue[1].Value.setValue(&pKey->bSortAscending, ::getBooleanCppuType()); in QueryValue()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx2396 const SwTOXSortKey* pKey = pFType->GetSortKey(0); in ActivatePage() local
2398 aFirstKeyLB.GetEntryPos((void*)(sal_uInt32)pKey->eField)); in ActivatePage()
2399 aFirstSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
2400 aFirstSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()
2404 const SwTOXSortKey* pKey = pFType->GetSortKey(1); in ActivatePage() local
2407 aSecondSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
2408 aSecondSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()
2412 const SwTOXSortKey* pKey = pFType->GetSortKey(2); in ActivatePage() local
2414 aThirdKeyLB.GetEntryPos((void*)(sal_uInt32)pKey->eField)); in ActivatePage()
2415 aThirdSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
[all …]
/trunk/main/testtools/source/performance/
H A Dubtest.cxx228 void * pKey = aCurrent2Env.mapInterface( in loadLibComponentFactory() local
232 aImplName.getStr(), pSMgr, pKey ); in loadLibComponentFactory()
234 if (pKey) in loadLibComponentFactory()
235 (*pEnv->pExtEnv->releaseInterface)( pEnv->pExtEnv, pKey ); in loadLibComponentFactory()
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx162 HRESULT STDMETHODCALLTYPE CPropertyHdl::GetAt( DWORD iProp, PROPERTYKEY *pKey ) in GetAt() argument
167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx102 static OString getEnvironmentPath( const char* pKey ) in getEnvironmentPath() argument
106 const char* pValue = getenv( pKey ); in getEnvironmentPath()
/trunk/main/basic/source/classes/
H A Dsb.cxx2237 SbxVariable* pKey = pPar_->Get(2); in CollAdd() local
2238 if( !( pKey->IsErr() || ( pKey->GetType() == SbxEMPTY ) ) ) in CollAdd()
2240 if( pKey->GetType() != SbxSTRING ) in CollAdd()
2245 String aKey = pKey->GetString(); in CollAdd()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx94 RscEnum * pKey; in Init() local
381 aBaseLst.Insert( pKey = InitKey(), LIST_APPEND ); in Init()
600 pClassKeyCode = InitClassKeyCode( pClassMgr, pKey ); in Init()
H A Drscicpx.cxx943 RscTop * RscTypCont::InitClassKeyCode( RscTop * pSuper, RscEnum * pKey ) in InitClassKeyCode() argument
955 pClassKeyCode->SetVariable( nId, pKey ); in InitClassKeyCode()
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx136 size_t operator()( uno_Mapping * pKey ) const SAL_THROW( () ) in operator ()()
137 { return (size_t)pKey; } in operator ()()
H A Dlbenv.cxx105 ::std::size_t operator () ( const void * pKey ) const in operator ()()
106 { return (::std::size_t) pKey; } in operator ()()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx2363 SwTOXCustom* pKey = new SwTOXCustom( sToCompare, sToCompareReading, nLevel, rIntl, in GetKeyRange() local
2367 if(nLevel == aSortArr[i]->GetLevel() && *pKey < *(aSortArr[i])) in GetKeyRange()
2370 aSortArr.Insert(pKey, i ); in GetKeyRange()
/trunk/main/rsc/inc/
H A Drscdb.hxx199 RscTop * InitClassKeyCode( RscTop * pSuper, RscEnum * pKey );
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2664 const SfxItemSet* pKey = maXFList.GetRecord(nPos)->getItemSet(); in impAddMissingValuesFromXFListToXclExpXFMap() local
2666 maXclExpXFMap.insert(std::pair< const SfxItemSet*, XclExpXF* >(pKey, pValue)); in impAddMissingValuesFromXFListToXclExpXFMap()

Completed in 318 milliseconds

12