Home
last modified time | relevance | path

Searched refs:pPropName (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/linguistic/workben/
H A Dsprophelp.cxx93 const OUString *pPropName = aPropNames.getConstArray(); in AddAsPropListener() local
96 if (pPropName[i].getLength()) in AddAsPropListener()
97 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
107 const OUString *pPropName = aPropNames.getConstArray(); in RemoveAsPropListener() local
110 if (pPropName[i].getLength()) in RemoveAsPropListener()
197 const OUString *pPropName = GetPropNames().getConstArray(); in PropertyHelper_Spell() local
203 if (A2OU( UPN_IS_GERMAN_PRE_REFORM ) == pPropName[i]) in PropertyHelper_Spell()
213 else if (A2OU( UPN_IS_USE_DICTIONARY_LIST ) == pPropName[i]) in PropertyHelper_Spell()
218 else if (A2OU( UPN_IS_SPELL_UPPER_CASE ) == pPropName[i]) in PropertyHelper_Spell()
223 else if (A2OU( UPN_IS_SPELL_WITH_DIGITS ) == pPropName[i]) in PropertyHelper_Spell()
[all …]
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx134 const OUString *pPropName = GetPropNames().getConstArray(); in GetCurrentValues() local
153 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
261 const OUString *pPropName = aPropNames.getConstArray(); in AddAsPropListener() local
264 if (pPropName[i].getLength()) in AddAsPropListener()
265 xPropSet->addPropertyChangeListener( pPropName[i], this ); in AddAsPropListener()
275 const OUString *pPropName = aPropNames.getConstArray(); in RemoveAsPropListener() local
278 if (pPropName[i].getLength()) in RemoveAsPropListener()
417 const OUString *pPropName = GetPropNames().getConstArray(); in GetCurrentValues() local
441 GetPropSet()->getPropertyValue( pPropName[i] ) >>= *pbVal; in GetCurrentValues()
603 const OUString *pPropName = GetPropNames().getConstArray(); in GetCurrentValues() local
[all …]
H A Diprcache.cxx77 const char *pPropName; member
98 A2OU(aFlushProperties[i].pPropName), xListener ); in lcl_AddAsPropertyChangeListener()
113 A2OU(aFlushProperties[i].pPropName), xListener ); in lcl_RemoveAsPropertyChangeListener()
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx92 const OUString* pPropName = rPropNames.getConstArray(); in getProperties() local
93 const OUString* pPropNameEnd = pPropName + nLen; in getProperties()
96 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in getProperties()
97 implGetPropertyValue( *pValue, *pPropName ); in getProperties()
125 const OUString* pPropName = rPropNames.getConstArray(); in setProperties() local
126 const OUString* pPropNameEnd = pPropName + rPropNames.getLength(); in setProperties()
128 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in setProperties()
129 implSetPropertyValue( *pPropName, *pValue ); in setProperties()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx248 const OUString* pPropName = rPropNames.getConstArray(); in GetProperties() local
249 const OUString* pPropNameEnd = pPropName + nLen; in GetProperties()
252 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in GetProperties()
253 *pValue = mxPropSet->getPropertyValue( *pPropName ); in GetProperties()
292 const OUString* pPropName = rPropNames.getConstArray(); in SetProperties() local
293 const OUString* pPropNameEnd = pPropName + rPropNames.getLength(); in SetProperties()
295 for( ; pPropName != pPropNameEnd; ++pPropName, ++pValue ) in SetProperties()
296 mxPropSet->setPropertyValue( *pPropName, *pValue ); in SetProperties()
/trunk/main/xmloff/source/text/
H A DXMLPropertyBackpatcher.cxx69 const sal_Char* pPropName) in XMLPropertyBackpatcher() argument
73 DBG_ASSERT(pPropName != NULL, "need property name"); in XMLPropertyBackpatcher()
74 sPropertyName = OUString::createFromAscii(pPropName); in XMLPropertyBackpatcher()
79 const sal_Char* pPropName, in XMLPropertyBackpatcher() argument
87 DBG_ASSERT(pPropName != NULL, "need property name"); in XMLPropertyBackpatcher()
88 sPropertyName = OUString::createFromAscii(pPropName); in XMLPropertyBackpatcher()
H A DXMLSectionExport.cxx1091 const sal_Char* pPropName( in ExportIndexTemplate() local
1093 OSL_ENSURE(NULL != pPropName, "can't find property name"); in ExportIndexTemplate()
1094 if (NULL != pPropName) in ExportIndexTemplate()
1097 OUString::createFromAscii(pPropName)); in ExportIndexTemplate()
/trunk/main/setup_native/source/win32/customactions/regpatchactivex/
H A Dregpatchactivex.cxx54 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument
57 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
63 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dcheckversion.cxx43 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument
46 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
52 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx98 BOOL GetMsiProp( MSIHANDLE hMSI, const char* pPropName, char** ppValue ) in GetMsiProp() argument
101 if ( MsiGetProperty( hMSI, pPropName, 0, &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
107 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx58 sal_Bool UnoPropertyArrayHelper::fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int1… in fillPropertyMembersByHandle() argument
64 if ( pPropName ) in fillPropertyMembersByHandle()
65 *pPropName = GetPropertyName( id ); in fillPropertyMembersByHandle()
/trunk/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx160 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument
164 UINT ret = MsiGetProperty( hMSI, pPropName, L"", &sz ); in GetMsiProp()
171 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/trunk/main/sc/inc/
H A Dmiscuno.hxx293 const sal_Char* pPropName, const ::com::sun::star::uno::Any& rVal );
298 const sal_Char* pPropName, const ValueType& rVal ) in SetOptionalPropertyValue() argument
302 SetOptionalPropertyValue(rPropSet, pPropName, any); in SetOptionalPropertyValue()
/trunk/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx147 BOOL GetMsiProp( MSIHANDLE hMSI, const wchar_t* pPropName, wchar_t** ppValue ) in GetMsiProp() argument
150 if ( MsiGetProperty( hMSI, pPropName, L"", &sz ) == ERROR_MORE_DATA ) in GetMsiProp()
156 MsiGetProperty( hMSI, pPropName, buff, &sz ); in GetMsiProp()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1154 OUString * pPropName, in fillPropertyMembersByHandle() argument
1166 if( pPropName ) in fillPropertyMembersByHandle()
1167 *pPropName = pProperties[ nHandle ].Name; in fillPropertyMembersByHandle()
1179 if( pPropName ) in fillPropertyMembersByHandle()
1180 *pPropName = pProperties[ i ].Name; in fillPropertyMembersByHandle()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx216 const char* pPropName; // The ascii name of the Office path member
270 pNames[i] = OUString::createFromAscii( aPropNames[i].pPropName );
319 const char* pA = aPropNames[ePath].pPropName; in IsPathReadonly()
509 aTempHashMap.find( rtl::OUString::createFromAscii( aPropNames[i].pPropName )); in SvtPathOptions_Impl()
H A Dlingucfg.cxx238 const char *pPropName; // property name only (atom) of above member
331 while (pEntry && pEntry->pPropName != NULL) in GetHdlByName()
333 if (0 == rPropertyName.compareToAscii( pEntry->pPropName )) in GetHdlByName()
340 return pEntry && pEntry->pPropName != NULL; in GetHdlByName()
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx201 Reference<beans::XPropertySet>& rPropSet, const sal_Char* pPropName, const Any& rVal ) in SetOptionalPropertyValue() argument
205 rPropSet->setPropertyValue(OUString::createFromAscii(pPropName), rVal); in SetOptionalPropertyValue()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx76 const char* pPropName; member
629 while ( pLangDepProp->pPropName != 0 ) in ImplModelPropertiesChanged()
635 pLangDepProp->pPropName, pLangDepProp->nPropNameLength )) in ImplModelPropertiesChanged()
645 … ::rtl::OUString aPropName( ::rtl::OUString::createFromAscii( pLangDepProp->pPropName )); in ImplModelPropertiesChanged()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx80 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) = 0;
162 ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle );
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx103 const char* pPropName; member
123 while( pLangDepProp->pPropName != 0 ) in isLanguageDependentProperty()
125 if( aName.equalsAsciiL( pLangDepProp->pPropName, pLangDepProp->nPropNameLength )) in isLanguageDependentProperty()
/trunk/main/sw/source/ui/index/
H A Dcntex.cxx106 const char* pPropName, const String& rValue) in lcl_SetProp() argument
108 OUString uPropName(C2U(pPropName)); in lcl_SetProp()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx51 …sal_Bool SAL_CALL fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttribute…
/trunk/main/extensions/source/activex/main/
H A DSOActiveX.cpp824 OLECHAR* pPropName = L"IsFullScreen"; in LoadURLToFrame() local
827 hr = PutPropertiesToIDisp( pdispPres, &pPropName, &pPresProp, 1 ); in LoadURLToFrame()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx184 const char* pPropName; member
206 while( pLangDepProp->pPropName != 0 ) in lcl_isLanguageDependentProperty()
208 if( aName.equalsAsciiL( pLangDepProp->pPropName, pLangDepProp->nPropNameLength )) in lcl_isLanguageDependentProperty()

Completed in 123 milliseconds

12