/aoo41x/main/registry/source/ |
H A D | regkey.cxx | 70 return (pKey != 0) ? pKey->isReadOnly() : sal_False; in isKeyReadOnly() 80 if (pKey) in getKeyName() 102 if (!pKey) in createKey() 124 if (!pKey) in openKey() 145 if (!pKey) in openSubKeys() 180 if (!pKey) in deleteKey() 198 if (!pKey) in closeKey() 214 if (!pKey) in setValue() 256 if (!pKey) in setLongListValue() 298 if (!pKey) in setStringListValue() [all …]
|
H A D | registry.cxx | 265 if (!pKey) in loadKey() 270 if (pKey->isDeleted()) in loadKey() 316 if (!pKey) in saveKey() 321 if (pKey->isDeleted()) in saveKey() 356 if (!pKey) in mergeKey() 382 return (pNewKey != pKey) ? pKey->closeKey(pNewKey) : pKey->releaseKey(pNewKey); in mergeKey() 401 if (!pKey) in dumpRegistry() 469 ORegKey *pKey; in reg_loadKey() local 486 ORegKey *pKey; in reg_saveKey() local 505 ORegKey *pKey; in reg_mergeKey() local [all …]
|
H A D | regimpl.cxx | 612 if (!pKey) in acquireKey() 616 pKey->acquire(); in acquireKey() 627 if (!pKey) in releaseKey() 634 delete pKey; in releaseKey() 645 ORegKey* pKey; in createKey() local 693 *phNewKey = pKey; in createKey() 706 ORegKey* pKey; in openKey() local 762 if (pKey->isModified()) in closeKey() 765 if (pKey != pRootKey) in closeKey() 794 if (!pKey) in deleteKey() [all …]
|
H A D | keyimpl.cxx | 104 ORegKey* pKey = this; in openSubKeys() local 107 _ret = openKey(keyName, (RegKeyHandle*)&pKey); in openSubKeys() 112 sal_uInt32 nSubKeys = pKey->countSubKeys(); in openSubKeys() 119 OStoreDirectory rStoreDir(pKey->getStoreDir()); in openSubKeys() 150 (void) releaseKey(pKey); in openSubKeys() 168 ORegKey* pKey = this; in getKeyNames() local 171 _ret = openKey(keyName, (RegKeyHandle*)&pKey); in getKeyNames() 176 sal_uInt32 nSubKeys = pKey->countSubKeys(); in getKeyNames() 183 OStoreDirectory rStoreDir(pKey->getStoreDir()); in getKeyNames() 194 OUString sFullKeyName(pKey->getName()); in getKeyNames() [all …]
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscibas.cxx | 336 RscEnum * pKey; in InitKey() local 337 pKey = new RscEnum( pHS->getID( "EnumKey" ), RSC_NOTYPE ); in InitKey() 350 SETCONST( pKey, "KEY_A", com::sun::star::awt::Key::A ); in InitKey() 351 SETCONST( pKey, "KEY_B", com::sun::star::awt::Key::B ); in InitKey() 352 SETCONST( pKey, "KEY_C", com::sun::star::awt::Key::C ); in InitKey() 353 SETCONST( pKey, "KEY_D", com::sun::star::awt::Key::D ); in InitKey() 354 SETCONST( pKey, "KEY_E", com::sun::star::awt::Key::E ); in InitKey() 355 SETCONST( pKey, "KEY_F", com::sun::star::awt::Key::F ); in InitKey() 356 SETCONST( pKey, "KEY_G", com::sun::star::awt::Key::G ); in InitKey() 357 SETCONST( pKey, "KEY_H", com::sun::star::awt::Key::H ); in InitKey() [all …]
|
H A D | rsckey.cxx | 180 KEY_STRUCT * pKey = NULL; local 187 pKey = (KEY_STRUCT *)bsearch( 197 while( i < nEntries && !pKey ){ 199 pKey = &pTable[ i ]; 204 if( pKey ){ // Schluesselwort gefunden 205 *pEle = *pKey;
|
/aoo41x/main/tools/source/generic/ |
H A D | config.cxx | 495 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 …]
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DIndexIter.cxx | 83 nRes = pKey ? pKey->GetRecord() : STRING_NOTFOUND; in Find() 202 pKey = NULL; in GetCompare() 212 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetCompare() 230 ONDXKey* pKey; in GetLike() local 233 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetLike() 250 ONDXKey* pKey; in GetNull() local 251 if ( ( ( pKey = GetNextKey() ) == NULL ) || !pKey->getValue().isNull()) in GetNull() 253 pKey = NULL; in GetNull() 256 return pKey ? pKey->GetRecord() : STRING_NOTFOUND; in GetNull() 262 ONDXKey* pKey; in GetNotNull() local [all …]
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 792 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 D | jobdata.cxx | 66 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 D | cupsmgr.cxx | 636 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 …]
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpprn.cxx | 110 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 …]
|
/aoo41x/main/padmin/source/ |
H A D | prtsetup.cxx | 42 if( ! pKey || ! pParser ) in insertAllPPDValues() 51 pValue = pKey->getValue( i ); in insertAllPPDValues() 268 const PPDKey* pKey = NULL; in update() local 316 const PPDKey* pKey = NULL; in IMPL_LINK() local 336 if( pKey ) in IMPL_LINK() 407 if( pKey->isUIKey() && in RTSDevicePage() 457 FillValueBox( pKey ); in IMPL_LINK() 463 if( pKey && pValue ) in IMPL_LINK() 466 FillValueBox( pKey ); in IMPL_LINK() 478 if( ! pKey ) in FillValueBox() [all …]
|
H A D | adddlg.cxx | 562 …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()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salprnpsp.cxx | 162 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 …]
|
/aoo41x/main/framework/source/accelerators/ |
H A D | acceleratorcache.cxx | 186 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in getCommandByKey() local 187 if (pKey == m_lKey2Commands.end()) in getCommandByKey() 190 sCommand = pKey->second; in getCommandByKey() 205 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in removeKey() local 206 if (pKey == m_lKey2Commands.end()) in removeKey() 212 ::rtl::OUString sCommand = pKey->second; in removeKey() 232 AcceleratorCache::TKeyList::const_iterator pKey ; in removeCommand() local 233 for ( pKey = lKeys.begin(); in removeCommand() 234 pKey != lKeys.end() ; in removeCommand() 235 ++pKey ) in removeCommand() [all …]
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 81 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 …]
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 780 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 …]
|
/aoo41x/main/cppuhelper/source/ |
H A D | shlib.cxx | 343 *ppSSF = pSym(pImplName->getStr(), pSMgr, pKey); in s_getFactory() 410 void * pKey = aCurrent2Env.mapInterface( in loadSharedLibComponentFactory() local 415 env.invoke(s_getFactory, pSym, &aImplName, pSMgr, pKey, &pSSF); in loadSharedLibComponentFactory() 417 if (pKey) in loadSharedLibComponentFactory() 420 env.get()->pExtEnv, pKey ); in loadSharedLibComponentFactory() 486 void * pKey = va_arg(*pParam, void *); in s_writeInfo() local 489 *pbRet = pSym(pSMgr, pKey); in s_writeInfo() 541 void * pKey = aCurrent2Env.mapInterface( in writeSharedLibComponentInfo() local 543 if (pKey) in writeSharedLibComponentInfo() 545 env.invoke(s_writeInfo, pSym, pSMgr, pKey, &bRet); in writeSharedLibComponentInfo() [all …]
|
/aoo41x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 1831 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 …]
|
/aoo41x/main/javaunohelper/source/ |
H A D | javaunohelper.cxx | 112 void * pKey = in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() local 117 if (pKey) in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() 119 bRet = (*((component_writeInfoFunc)pSym))( pSMgr, pKey ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() 122 (*env->releaseInterface)( env, pKey ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1writeInfo() 196 void * pKey = in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() local 203 pImplName, pSMgr, pKey ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() 209 if (pKey && env) in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory() 210 (*env->releaseInterface)( env, pKey ); in Java_com_sun_star_comp_helper_SharedLibraryLoader_component_1getFactory()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AKeys.cxx | 69 OAdoKey* pKey = NULL; in appendObject() local 70 if ( !getImplementation( pKey, descriptor ) || pKey == NULL) in appendObject() 85 WpADOKey aKey = pKey->getImpl(); in appendObject() 100 return new OAdoKey(isCaseSensitive(),m_pConnection,pKey->getImpl()); in appendObject()
|
/aoo41x/main/framework/source/xml/ |
H A D | acceleratorconfigurationwriter.cxx | 97 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 213 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 …]
|
/aoo41x/main/unotools/source/processfactory/ |
H A D | componentfactory.cxx | 134 void * pKey = aCurrent2Env.mapInterface( in loadLibComponentFactory() local 138 aImplName.getStr(), pSMgr, pKey ); in loadLibComponentFactory() 140 if (pKey) in loadLibComponentFactory() 141 (*pEnv->pExtEnv->releaseInterface)( pEnv->pExtEnv, pKey ); in loadLibComponentFactory()
|