Home
last modified time | relevance | path

Searched refs:pValues (Results 1 – 25 of 194) sorted by relevance

12345678

/AOO41X/main/sd/source/ui/app/
H A Doptsitem.cxx133 const Any* pValues = aValues.getConstArray(); in Init() local
136 pThis->mbInit = pThis->ReadData( pValues ); in Init()
278 sal_Bool SdOptionsLayout::ReadData( const Any* pValues ) in ReadData() argument
280 if( pValues[0].hasValue() ) SetRulerVisible( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
281 if( pValues[1].hasValue() ) SetHandlesBezier( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
282 if( pValues[2].hasValue() ) SetMoveOutline( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
283 if( pValues[3].hasValue() ) SetDragStripes( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
284 if( pValues[4].hasValue() ) SetHelplines( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
285 if( pValues[5].hasValue() ) SetMetric( (sal_uInt16) *(sal_Int32*) pValues[ 5 ].getValue() ); in ReadData()
286 if( pValues[6].hasValue() ) SetDefTab( (sal_uInt16) *(sal_Int32*) pValues[ 6 ].getValue() ); in ReadData()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dacorrcfg.cxx135 const Any* pValues = aValues.getConstArray(); in Load() local
143 if(pValues[nProp].hasValue()) in Load()
148 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
152 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
156 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
160 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
164 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
168 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
172 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
176 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
[all …]
/AOO41X/main/sw/source/ui/envelp/
H A Dlabimg.cxx288 const Any* pValues = aValues.getConstArray(); in SwLabCfgItem() local
296 if(pValues[nProp].hasValue()) in SwLabCfgItem()
305 … case 0: aItem.bCont = *(sal_Bool*)pValues[nProp].getValue(); break;// "Medium/Continous", in SwLabCfgItem()
306 case 1: pValues[nProp] >>= aItem.aMake; break;// "Medium/Brand", in SwLabCfgItem()
307 case 2: pValues[nProp] >>= aItem.aType; break;// "Medium/Type", in SwLabCfgItem()
308 case 3: pValues[nProp] >>= aItem.nCols; break;// "Format/Column", in SwLabCfgItem()
309 case 4: pValues[nProp] >>= aItem.nRows; break;// "Format/Row", in SwLabCfgItem()
311 pValues[nProp] >>= aItem.lHDist; in SwLabCfgItem()
315 pValues[nProp] >>= aItem.lVDist; in SwLabCfgItem()
319 pValues[nProp] >>= aItem.lWidth; in SwLabCfgItem()
[all …]
H A Denvimg.cxx196 const Any* pValues = aValues.getConstArray(); in SwEnvCfgItem() local
202 if(pValues[nProp].hasValue()) in SwEnvCfgItem()
206 … case 0: pValues[nProp] >>= aEnvItem.aAddrText; break;// "Inscription/Addressee", in SwEnvCfgItem()
207 case 1: pValues[nProp] >>= aEnvItem.aSendText; break;// "Inscription/Sender", in SwEnvCfgItem()
208 … case 2: aEnvItem.bSend = *(sal_Bool*)pValues[nProp].getValue(); break;// "Inscription/UseSender", in SwEnvCfgItem()
210 pValues[nProp] >>= aEnvItem.lAddrFromLeft;// "Format/AddresseeFromLeft", in SwEnvCfgItem()
214 pValues[nProp] >>= aEnvItem.lAddrFromTop; // "Format/AddresseeFromTop", in SwEnvCfgItem()
218 pValues[nProp] >>= aEnvItem.lSendFromLeft; // "Format/SenderFromLeft", in SwEnvCfgItem()
222 pValues[nProp] >>= aEnvItem.lSendFromTop;// "Format/SenderFromTop", in SwEnvCfgItem()
226 pValues[nProp] >>= aEnvItem.lWidth; // "Format/Width", in SwEnvCfgItem()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dviewopti.cxx429 const Any* pValues = aValues.getConstArray(); in ScViewCfg() local
435 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScViewCfg()
436 if(pValues[nProp].hasValue()) in ScViewCfg()
441 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
445 … SetOption( VOPT_GRID, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
448 … SetOption( VOPT_PAGEBREAKS, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
451 … SetOption( VOPT_HELPLINES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
455 … SetOption( VOPT_SOLIDHANDLES, !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
458 … SetOption( VOPT_BIGHANDLES, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
461 … SetOption( VOPT_HEADER, ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScViewCfg()
[all …]
H A Dappoptio.cxx398 const Any* pValues = NULL; in ScAppCfg() local
403 pValues = aValues.getConstArray(); in ScAppCfg()
409 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScAppCfg()
410 if(pValues[nProp].hasValue()) in ScAppCfg()
415 if (pValues[nProp] >>= nIntVal) SetAppMetric( (FieldUnit) nIntVal ); in ScAppCfg()
418 if (pValues[nProp] >>= nIntVal) SetStatusFunc( (sal_uInt16) nIntVal ); in ScAppCfg()
421 if (pValues[nProp] >>= nIntVal) SetZoom( (sal_uInt16) nIntVal ); in ScAppCfg()
424 if (pValues[nProp] >>= nIntVal) SetZoomType( (SvxZoomType) nIntVal ); in ScAppCfg()
427 SetSynchronizeZoom( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScAppCfg()
438 pValues = aValues.getConstArray(); in ScAppCfg()
[all …]
H A Ddocoptio.cxx260 const Any* pValues = NULL; in ScDocCfg() local
268 pValues = aValues.getConstArray(); in ScDocCfg()
274 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScDocCfg()
275 if(pValues[nProp].hasValue()) in ScDocCfg()
280 SetIter( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScDocCfg()
283 if (pValues[nProp] >>= nIntVal) SetIterCount( (sal_uInt16) nIntVal ); in ScDocCfg()
286 if (pValues[nProp] >>= fDoubleVal) SetIterEps( fDoubleVal ); in ScDocCfg()
289 if (pValues[nProp] >>= nIntVal) nDateDay = (sal_uInt16) nIntVal; in ScDocCfg()
292 if (pValues[nProp] >>= nIntVal) nDateMonth = (sal_uInt16) nIntVal; in ScDocCfg()
295 if (pValues[nProp] >>= nIntVal) nDateYear = (sal_uInt16) nIntVal; in ScDocCfg()
[all …]
H A Dinputopt.cxx160 const Any* pValues = aValues.getConstArray(); in ScInputCfg() local
166 DBG_ASSERT(pValues[nProp].hasValue(), "property value missing"); in ScInputCfg()
167 if(pValues[nProp].hasValue()) in ScInputCfg()
172 if ( pValues[nProp] >>= nIntVal ) in ScInputCfg()
176 SetMoveSelection( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
179 SetEnterEdit( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
182 SetExtendFormat( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
185 SetRangeFinder( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
188 SetExpandRefs( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
191 SetMarkHeader( ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScInputCfg()
[all …]
/AOO41X/main/sw/source/ui/config/
H A Dmodcfg.cxx338 Any* pValues = aValues.getArray(); in Commit() local
354 pValues[nProp] <<= nVal; in Commit()
391 const Any* pValues = aValues.getConstArray(); in Load() local
397 if(pValues[nProp].hasValue()) in Load()
400 pValues[nProp] >>= nVal; in Load()
667 void lcl_WriteOpt(const InsCaptionOpt& rOpt, Any* pValues, sal_Int32 nProp, sal_Int32 nOffset) in lcl_WriteOpt() argument
674 pValues[nProp].setValue(&bTemp, ::getBooleanCppuType()); in lcl_WriteOpt()
677 case 1: pValues[nProp] <<= OUString(rOpt.GetCategory()); break;//Category in lcl_WriteOpt()
678 case 2: pValues[nProp] <<= (sal_Int32)rOpt.GetNumType(); break;//Numbering", in lcl_WriteOpt()
679 case 3: pValues[nProp] <<= rOpt.GetNumSeparator(); break;//NumberingSeparator", in lcl_WriteOpt()
[all …]
H A Dprtopt.cxx92 const Any* pValues = aValues.getConstArray(); in SwPrintOptions() local
98 if(pValues[nProp].hasValue()) in SwPrintOptions()
102 case 0: bPrintGraphic = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
103 case 1: bPrintTable = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
104 case 2: bPrintControl = *(sal_Bool*)pValues[nProp].getValue() ; break; in SwPrintOptions()
105 case 3: bPrintPageBackground= *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
106 case 4: bPrintBlackFont = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
110 pValues[nProp] >>= nTmp; in SwPrintOptions()
114 case 6: bPrintReverse = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
115 case 7: bPrintProspect = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
[all …]
H A Dusrpref.cxx157 Any* pValues = aValues.getArray(); in Commit() local
180 case 16: pValues[nProp] <<= rParent.GetUpdateLinkMode(); break;// "Update/Link", in Commit()
185 pValues[nProp].setValue(&bVal, ::getBooleanCppuType()); in Commit()
196 const Any* pValues = aValues.getConstArray(); in Load() local
202 if(pValues[nProp].hasValue()) in Load()
204 sal_Bool bSet = nProp != 16 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
226 pValues[nProp] >>= nSet; in Load()
300 Any* pValues = aValues.getArray(); in Commit() local
304 Any &rVal = pValues[nProp]; in Commit()
347 const Any* pValues = aValues.getConstArray(); in Load() local
[all …]
/AOO41X/main/svl/source/items/
H A Daeitem.cxx57 pValues( 0 ), in SV_IMPL_PTRARR()
64 pValues( 0 ), in SfxAllEnumItem()
75 pValues( 0 ), in SfxAllEnumItem()
86 pValues( 0 ), in SfxAllEnumItem()
98 pValues( 0 ), in SfxAllEnumItem()
109 pValues(0), in SfxAllEnumItem()
113 if ( !rCopy.pValues ) in SfxAllEnumItem()
116 pValues = new SfxAllEnumValueArr; in SfxAllEnumItem()
118 for ( sal_uInt16 nPos = 0; nPos < rCopy.pValues->Count(); ++nPos ) in SfxAllEnumItem()
121 pVal->nValue = rCopy.pValues->GetObject(nPos)->nValue; in SfxAllEnumItem()
[all …]
/AOO41X/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx235 const Any* pValues = aValues.getConstArray(); in SwMailMergeConfigItem_Impl() local
243 case 0: pValues[nProp] >>= bIsOutputToLetter; break; in SwMailMergeConfigItem_Impl()
244 case 1: pValues[nProp] >>= bIncludeCountry; break; in SwMailMergeConfigItem_Impl()
245 case 2: pValues[nProp] >>= sExcludeCountry; break; in SwMailMergeConfigItem_Impl()
249 pValues[nProp] >>= aBlocks; in SwMailMergeConfigItem_Impl()
253 case 4: pValues[nProp] >>= bIsAddressBlock; break; in SwMailMergeConfigItem_Impl()
254 case 5: pValues[nProp] >>= bIsGreetingLine; break; in SwMailMergeConfigItem_Impl()
255 case 6: pValues[nProp] >>= bIsIndividualGreetingLine; break; in SwMailMergeConfigItem_Impl()
261 pValues[nProp] >>= aGreetings; in SwMailMergeConfigItem_Impl()
267 case 10: pValues[nProp] >>= nCurrentFemaleGreeting; break; in SwMailMergeConfigItem_Impl()
[all …]
/AOO41X/main/svtools/source/config/
H A Dhtmlcfg.cxx134 const Any* pValues = aValues.getConstArray(); in Load() local
141 if(pValues[nProp].hasValue()) in Load()
146 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
150 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
153 … case 2: pValues[nProp] >>= pImp->aFontSizeArr[0]; break;//"Import/FontSize/Size_1", in Load()
154 … case 3: pValues[nProp] >>= pImp->aFontSizeArr[1]; break;//"Import/FontSize/Size_2", in Load()
155 … case 4: pValues[nProp] >>= pImp->aFontSizeArr[2]; break;//"Import/FontSize/Size_3", in Load()
156 … case 5: pValues[nProp] >>= pImp->aFontSizeArr[3]; break;//"Import/FontSize/Size_4", in Load()
157 … case 6: pValues[nProp] >>= pImp->aFontSizeArr[4]; break;//"Import/FontSize/Size_5", in Load()
158 … case 7: pValues[nProp] >>= pImp->aFontSizeArr[5]; break;//"Import/FontSize/Size_6", in Load()
[all …]
H A Dapearcfg.cxx67 const Any* pValues = aValues.getConstArray(); in SvtTabAppearanceCfg() local
72 for(int nProp = 0; nProp < rNames.getLength(); ++nProp, ++pValues) in SvtTabAppearanceCfg()
74 if(pValues->hasValue()) in SvtTabAppearanceCfg()
78 case 0: *pValues >>= nScaleFactor; break; //"FontScaling", in SvtTabAppearanceCfg()
79 case 1: *pValues >>= nDragMode; break; //"Window/Drag", in SvtTabAppearanceCfg()
80 … case 2: bMenuMouseFollow = *(sal_Bool*)pValues->getValue(); break; //"Menu/FollowMouse", in SvtTabAppearanceCfg()
81 case 3: *pValues >>= nSnapMode; break; //"Dialog/MousePositioning", in SvtTabAppearanceCfg()
82 case 4: *pValues >>= nMiddleMouse; break; //"Dialog/MiddleMouseButton", in SvtTabAppearanceCfg()
84 …case 5: bFontAntialiasing = *(sal_Bool*)pValues->getValue(); break; // "FontAntialising/Enable… in SvtTabAppearanceCfg()
85 …case 6: *pValues >>= nAAMinPixelHeight; break; // "FontAntialising/MinPix… in SvtTabAppearanceCfg()
[all …]
/AOO41X/main/xmloff/source/core/
H A Dxmlcnitm.cxx48 pValues( new SvXMLAttrContainerData_Impl ) in SV_IMPL_PTRARR()
55 pValues->Insert( new OUString( *(*rImpl.pValues)[i] ), i ); in SV_IMPL_PTRARR()
61 pValues( new SvXMLAttrContainerData_Impl ) in SvXMLAttrContainerData()
68 delete pValues; in ~SvXMLAttrContainerData()
87 *(*pValues)[i] == *(*rCmp.pValues)[i]; in operator ==()
99 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()
112 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()
127 pValues->Insert( new OUString(rValue), pValues->Count() ); in AddAttr()
139 *(*pValues)[i] = rValue; in SetAt()
157 *(*pValues)[i] = rValue; in SetAt()
[all …]
/AOO41X/main/sw/source/ui/utlui/
H A Dnavicfg.cxx82 const Any* pValues = aValues.getConstArray(); in SwNavigationConfig() local
88 if(pValues[nProp].hasValue()) in SwNavigationConfig()
92 case 0: pValues[nProp] >>= nRootType; break; in SwNavigationConfig()
93 case 1: pValues[nProp] >>= nSelectedPos; break; in SwNavigationConfig()
94 case 2: pValues[nProp] >>= nOutlineLevel; break; in SwNavigationConfig()
95 case 3: pValues[nProp] >>= nRegionMode; break; in SwNavigationConfig()
96 case 4: pValues[nProp] >>= nActiveBlock; break; in SwNavigationConfig()
97 case 5: bIsSmall = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
98 case 6: bIsGlobalActive = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
116 Any* pValues = aValues.getArray(); in Commit() local
[all …]
/AOO41X/main/canvas/source/directx/
H A Ddx_config.cxx60 const sal_Int32* pValues = aValues.getConstArray(); in DXCanvasItem() local
65 aInfo.nVendorId = *pValues++; in DXCanvasItem()
66 aInfo.nDeviceId = *pValues++; in DXCanvasItem()
67 aInfo.nDeviceSubSysId = *pValues++; in DXCanvasItem()
68 aInfo.nDeviceRevision = *pValues++; in DXCanvasItem()
69 aInfo.nDriverId = *pValues++; in DXCanvasItem()
70 aInfo.nDriverVersion = *pValues++; in DXCanvasItem()
71 aInfo.nDriverSubVersion = *pValues++; in DXCanvasItem()
72 aInfo.nDriverBuildId = *pValues++; in DXCanvasItem()
110 sal_Int32* pValues = aValues.getArray(); in ~DXCanvasItem() local
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx124 …phelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::su…
238 void DocumentSettings::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues )… in _setPropertyValues() argument
264 for( ; *ppEntries; ppEntries++, pValues++ ) in _setPropertyValues()
273 if( *pValues >>= aURLString ) in _setPropertyValues()
295 if( *pValues >>= aURLString ) in _setPropertyValues()
317 if( *pValues >>= aURLString ) in _setPropertyValues()
339 if( *pValues >>= aURLString ) in _setPropertyValues()
361 if( *pValues >>= aURLString ) in _setPropertyValues()
383 if( *pValues >>= aURLString ) in _setPropertyValues()
410 if( *pValues >>= bApplyUserData ) in _setPropertyValues()
[all …]
/AOO41X/main/sfx2/source/config/
H A Devntconf.cxx170 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl() local
176 pValues[ 0 ].Name = ::rtl::OUString::createFromAscii( PROP_EVENT_TYPE ); in CreateEventData_Impl()
177 pValues[ 0 ].Value <<= aType; in CreateEventData_Impl()
179 pValues[ 1 ].Name = ::rtl::OUString::createFromAscii( PROP_LIBRARY ); in CreateEventData_Impl()
180 pValues[ 1 ].Value <<= aLib; in CreateEventData_Impl()
182 pValues[ 2 ].Name = ::rtl::OUString::createFromAscii( PROP_MACRO_NAME ); in CreateEventData_Impl()
183 pValues[ 2 ].Value <<= aMacro; in CreateEventData_Impl()
190 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl() local
195 pValues[ 0 ].Name = ::rtl::OUString::createFromAscii( PROP_EVENT_TYPE ); in CreateEventData_Impl()
196 pValues[ 0 ].Value <<= aLib; in CreateEventData_Impl()
[all …]
/AOO41X/main/extensions/source/bibliography/
H A Dbibconfig.cxx119 const Any* pValues = aPropertyValues.getConstArray(); in BibConfig() local
124 if(pValues[nProp].hasValue()) in BibConfig()
128 case 0: pValues[nProp] >>= sDataSource; break; in BibConfig()
129 case 1: pValues[nProp] >>= sTableOrQuery; break; in BibConfig()
130 case 2: pValues[nProp] >>= nTblOrQuery; break; in BibConfig()
131 case 3: pValues[nProp] >>= nBeamerSize; break; in BibConfig()
132 case 4: pValues[nProp] >>= nViewSize ; break; in BibConfig()
133 case 5: pValues[nProp] >>= sQueryText ; break; in BibConfig()
134 case 6: pValues[nProp] >>= sQueryField; break; in BibConfig()
136 bShowColumnAssignmentWarning = *(sal_Bool*)pValues[nProp].getValue(); in BibConfig()
[all …]
/AOO41X/main/unotools/source/config/
H A Dsaveopt.cxx460 const Any* pValues = aValues.getConstArray(); in SvtSaveOptions_Impl() local
468 DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); in SvtSaveOptions_Impl()
469 if ( pValues[nProp].hasValue() ) in SvtSaveOptions_Impl()
479 if ( pValues[nProp] >>= nTemp ) in SvtSaveOptions_Impl()
490 if ( pValues[nProp] >>= nTmp ) in SvtSaveOptions_Impl()
507 if ( pValues[nProp] >>= bTemp ) in SvtSaveOptions_Impl()
624 Any* pValues = aValues.getArray(); in Commit() local
637 pValues[nRealCount] <<= nAutoSaveTime; in Commit()
645 pValues[nRealCount] <<= bUseUserData; in Commit()
653 pValues[nRealCount] <<= bBackup; in Commit()
[all …]
/AOO41X/main/extensions/source/activex/main/
H A DSODispatchInterceptor.cpp135 CComVariant pValues[3]; in queryDispatches() local
136 hr = GetPropertiesFromIDisp( pElem, pMemberNames, pValues, 3 ); in queryDispatches()
138 if( pValues[0].vt != VT_DISPATCH || pValues[0].pdispVal == NULL in queryDispatches()
139 || pValues[1].vt != VT_BSTR || pValues[2].vt != VT_I4 ) in queryDispatches()
143 hr = queryDispatch( pValues[0].pdispVal, pValues[1].bstrVal, pValues[2].lVal, &aRes ); in queryDispatches()
182 CComVariant pValues[2]; in dispatch() local
183 hr = GetPropertiesFromIDisp( pVarElem.pdispVal, pMemberNames, pValues, 2 ); in dispatch()
186 if( pValues[0].vt == VT_BSTR && pValues[1].vt == VT_BSTR ) in dispatch()
189 if( !strncmp( OLE2T( pValues[0].bstrVal ), "URL", 3 ) ) in dispatch()
195 m_xParentControl->GetURL( pValues[1].bstrVal, L"_self" ); in dispatch()
/AOO41X/main/svtools/source/uno/
H A Dunoimap.cxx102 …virtual void _setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) throw(Un…
446 …d SvUnoImageMapObject::_setPropertyValues( const PropertyMapEntry** ppEntries, const Any* pValues ) in _setPropertyValues() argument
456 bOk = *pValues >>= maURL; in _setPropertyValues()
459 bOk = *pValues >>= maAltText; in _setPropertyValues()
462 bOk = *pValues >>= maDesc; in _setPropertyValues()
465 bOk = *pValues >>= maTarget; in _setPropertyValues()
468 bOk = *pValues >>= maName; in _setPropertyValues()
471 bOk = *pValues >>= mbIsActive; in _setPropertyValues()
474 bOk = *pValues >>= maBoundary; in _setPropertyValues()
477 bOk = *pValues >>= maCenter; in _setPropertyValues()
[all …]
/AOO41X/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx69 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes() local
71 …ributeMap::iterator aIt = m_aAttributeMap.begin(); aIt != m_aAttributeMap.end(); ++aIt, ++pValues ) in GetCharacterAttributes()
73 pValues->Name = aIt->first; in GetCharacterAttributes()
74 pValues->Handle = (sal_Int32) -1; in GetCharacterAttributes()
75 pValues->Value = aIt->second; in GetCharacterAttributes()
76 pValues->State = PropertyState_DIRECT_VALUE; in GetCharacterAttributes()
102 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes() local
104 … AttributeMap::iterator aIt = aAttributeMap.begin(); aIt != aAttributeMap.end(); ++aIt, ++pValues ) in GetCharacterAttributes()
106 pValues->Name = aIt->first; in GetCharacterAttributes()
107 pValues->Handle = (sal_Int32) -1; in GetCharacterAttributes()
[all …]

12345678