Home
last modified time | relevance | path

Searched refs:pKey (Results 1 – 25 of 49) sorted by last modified time

12

/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/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/padmin/source/
H A Dadddlg.cxx562 …const PPDKey* pKey = aInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) … in APOldPrinterPage() local
563 const PPDValue* pValue = pKey ? pKey->getValue( String( aValue, aEncoding ) ) : NULL; in APOldPrinterPage()
564 if( pKey && pValue ) in APOldPrinterPage()
565 aInfo.m_aContext.setValue( pKey, pValue ); in APOldPrinterPage()
609 const PPDKey* pKey = aInfo.m_pParser->getKey( String( aPPDKey, RTL_TEXTENCODING_ISO_8859_1 ) ); in APOldPrinterPage() local
610 …const PPDValue* pValue = pKey ? ( aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue,… in APOldPrinterPage()
611 if( pKey ) in APOldPrinterPage()
612 aInfo.m_aContext.setValue( pKey, pValue, true ); in APOldPrinterPage()
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx97 AcceleratorCache::TKeyList::const_iterator pKey ; in flush() local
98 for ( pKey = lKeys.begin(); in flush()
99 pKey != lKeys.end() ; in flush()
100 ++pKey ) in flush()
102 const css::awt::KeyEvent& rKey = *pKey; in flush()
/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/tools/source/generic/
H A Dconfig.cxx495 pKey = pKey->mpNext; in ImplGetConfigBuffer()
577 pKey = pKey->mpNext; in ImplGetConfigBuffer()
667 delete pKey; in ImplDeleteConfigData()
1014 pKey = pKey->mpNext; in ReadKey()
1057 pKey = pKey->mpNext; in WriteKey()
1061 if ( !pKey ) in WriteKey()
1122 pKey = pKey->mpNext; in DeleteKey()
1125 if ( pKey ) in DeleteKey()
1173 pKey = pKey->mpNext; in GetKeyCount()
1208 pKey = pKey->mpNext; in GetKeyName()
[all …]
/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/vcl/unx/kde4/
H A DKDESalFrame.cxx81 static OUString readEntryUntranslated( KConfigGroup *pGroup, const char *pKey ) in readEntryUntranslated() argument
89 static Color readColor( KConfigGroup *pGroup, const char *pKey )
91 return toColor( pGroup->readEntry( pKey, QColor(Qt::white) ) );
200 const char *pKey; in UpdateSettings() local
202 pKey = "titleFont"; in UpdateSettings()
203 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
212 pKey = "Theme"; in UpdateSettings()
213 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
217 pKey = "toolbarFont"; in UpdateSettings()
218 if ( aGroup.hasKey( pKey ) ) in UpdateSettings()
[all …]
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1831 const char *pKey; in UpdateSettings() local
1833 pKey = "activeBackground"; in UpdateSettings()
1834 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1837 pKey = "activeBlend"; in UpdateSettings()
1838 if ( pConfig->hasKey( pKey ) ) in UpdateSettings()
1841 pKey = "inactiveBackground"; in UpdateSettings()
1845 pKey = "inactiveBlend"; in UpdateSettings()
1849 pKey = "inactiveForeground"; in UpdateSettings()
1853 pKey = "activeForeground"; in UpdateSettings()
1857 pKey = "titleFont"; in UpdateSettings()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpprn.cxx110 if( pKey ) in copyJobDataToJobSetup()
112 if( pKey && pValue ) in copyJobDataToJobSetup()
124 pKey = NULL; in copyJobDataToJobSetup()
130 if( pKey ) in copyJobDataToJobSetup()
132 if( pKey && pValue ) in copyJobDataToJobSetup()
464 if( pKey ) in InitPaperFormats()
566 const PPDKey* pKey; in SetData() local
593 pValue = pKey ? pKey->getValue( aPaper ) : NULL; in SetData()
602 if( pKey ) in SetData()
626 if( pKey ) in SetData()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx780 if( ! pKey || ! pValue ) in writeFeature()
827 const PPDKey* pKey = aKeys[i]; in writeFeatureList() local
831 if( pKey->getSetupType() == PPDKey::DocumentSetup ) in writeFeatureList()
834 if( pKey->getSetupType() == PPDKey::PageSetup || in writeFeatureList()
835 pKey->getSetupType() == PPDKey::AnySetup ) in writeFeatureList()
839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList()
920 const PPDKey* pKey = NULL; in writeJobPatch() local
924 if( ! pKey ) in writeJobPatch()
931 int nValueCount = pKey->countValues(); in writeJobPatch()
934 const PPDValue* pVal = pKey->getValue( i ); in writeJobPatch()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx636 if( pKey ) in updatePrinterContextInfo()
638 … const PPDValue* pValue = pKey->getValue( OStringToOUString( pChoice->choice, aEncoding ) ); in updatePrinterContextInfo()
641 if( pValue != pKey->getDefaultValue() ) in updatePrinterContextInfo()
643 rContext.setValue( pKey, pValue, true ); in updatePrinterContextInfo()
877 const PPDKey* pKey = aKeys[i]; in getOptionsFromDocumentSetup() local
878 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in getOptionsFromDocumentSetup()
881 OString aKey = OUStringToOString( pKey->getKey(), RTL_TEXTENCODING_ASCII_US ); in getOptionsFromDocumentSetup()
1096 const PPDKey* pKey = rInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig() local
1097 const PPDValue* pValue = rInfo.m_aContext.getValue( pKey ); in writePrinterConfig()
1098 if( pKey && pValue ) // sanity check in writePrinterConfig()
[all …]
H A Djobdata.cxx66 const PPDKey* pKey = pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in setCollate() local
67 if( pKey ) in setCollate()
71 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ); in setCollate()
74 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in setCollate()
76 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in setCollate()
78 m_aContext.setValue( pKey, pVal ); in setCollate()
90 … const PPDKey* pKey = m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) ) ); in setPaper() local
91 const PPDValue* pValue = pKey ? pKey->getValueCaseInsensitive( aPaper ) : NULL; in setPaper()
93 bSuccess = pKey && pValue && m_aContext.setValue( pKey, pValue, false ); in setPaper()
104 const PPDValue* pValue = pKey ? pKey->getValue( i_nPaperBin ) : NULL; in setPaperBin()
[all …]
H A Dppdparser.cxx792 const PPDKey* pKey; in PPDParser() local
848 m_aKeys[ rKey ] = pKey; in insertKey()
866 pKey ? in hasKey()
1176 PPDKey* pKey; in parseOpenUI() local
1211 PPDKey* pKey; in parseOrderDependency() local
1909 if( ! pKey || ! m_pParser || ! m_pParser->hasKey( pKey ) ) in resetValue()
1948 if( ! pLeft || ! pRight || ( pKey != pLeft && pKey != pRight ) ) in checkConstraints()
2017 if( ! m_pParser || ! pKey || ! m_pParser->hasKey( pKey ) ) in getUnconstrainedValues()
2093 if( pKey ) in rebuildFromStreamBuffer()
2120 if( pKey ) in getRenderResolution()
[all …]
H A Dprinterinfomanager.cxx322 …const PPDKey* pKey = m_aGlobalDefaults.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING… in initialize() local
323 if( pKey ) in initialize()
326 setValue( pKey, in initialize()
327 … aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue, RTL_TEXTENCODING_ISO_8859_1 ) ), in initialize()
527 …const PPDKey* pKey = aPrinter.m_aInfo.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING_… in initialize() local
528 if( pKey ) in initialize()
531 setValue( pKey, in initialize()
532 … aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue, RTL_TEXTENCODING_ISO_8859_1 ) ), in initialize()
793 const PPDKey* pKey = it->second.m_aInfo.m_aContext.getModifiedKey( i ); in writePrinterConfig() local
795 aKey += ByteString( pKey->getKey(), RTL_TEXTENCODING_ISO_8859_1 ); in writePrinterConfig()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx162 if( pKey ) in copyJobDataToJobSetup()
164 if( pKey && pValue ) in copyJobDataToJobSetup()
176 pKey = NULL; in copyJobDataToJobSetup()
182 if( pKey ) in copyJobDataToJobSetup()
184 if( pKey && pValue ) in copyJobDataToJobSetup()
532 if( pKey ) in InitPaperFormats()
668 const PPDKey* pKey; in SetData() local
695 pValue = pKey ? pKey->getValueCaseInsensitive( aPaper ) : NULL; in SetData()
716 if( pKey ) in SetData()
830 return pKey ? pKey->countValues() : 0; in GetPaperBinCount()
[all …]
/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/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/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/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/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/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx213 void* pKey = 0; in lcl_GetKeyFromFrame() local
218 pKey = (void*)static_cast<const SwTxtFrm&>(rFrm).GetTxtNode(); in lcl_GetKeyFromFrame()
222 pKey = (void*)static_cast<const SwTabFrm&>(rFrm).GetTable(); in lcl_GetKeyFromFrame()
224 pKey = (void*)static_cast<const SwRowFrm&>(rFrm).GetTabLine(); in lcl_GetKeyFromFrame()
232 return pKey; in lcl_GetKeyFromFrame()
342 void* pKey = 0; in CheckReopenTag() local
373 pKey = lcl_GetKeyFromFrame( *pKeyFrm ); in CheckReopenTag()
375 if ( pKey ) in CheckReopenTag()
473 const void* pKey = lcl_GetKeyFromFrame( rFrm ); in BeginTag() local
475 if ( pKey ) in BeginTag()
[all …]
/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/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/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()

Completed in 212 milliseconds

12