Home
last modified time | relevance | path

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

12345678

/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx280 if( pValues[2].hasValue() ) SetMoveOutline( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
281 if( pValues[3].hasValue() ) SetDragStripes( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
282 if( pValues[4].hasValue() ) SetHelplines( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
607 if( pValues[2].hasValue() ) SetQuickEdit( *(sal_Bool*)pValues[ 2 ].getValue() ); in ReadData()
918 if( pValues[4].hasValue() ) SetOrtho( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
920 if( pValues[6].hasValue() ) SetRotate( *(sal_Bool*) pValues[ 6 ].getValue() ); in ReadData()
1074 if( pValues[0].hasValue() ) x = ( *(sal_Int32*) pValues[ 0 ].getValue() ); in ReadData()
1075 if( pValues[1].hasValue() ) y = ( *(sal_Int32*) pValues[ 1 ].getValue() ); in ReadData()
1415 if( pValues[0].hasValue() ) SetDate( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
1416 if( pValues[1].hasValue() ) SetTime( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
[all …]
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx143 if(pValues[nProp].hasValue()) in Load()
196 pValues[nProp] >>= nTemp; in Load()
201 pValues[nProp] >>= nTemp; in Load()
210 pValues[nProp] >>= nTemp; in Load()
215 pValues[nProp] >>= nTemp; in Load()
250 Any* pValues = aValues.getArray(); in Commit() local
261 pValues[nProp].setValue(&bVal, rType); in Commit()
265 pValues[nProp].setValue(&bVal, rType); in Commit()
269 pValues[nProp].setValue(&bVal, rType); in Commit()
412 if(pValues[nProp].hasValue()) in Load()
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabimg.cxx296 const Any* pValues = aValues.getConstArray(); in SwLabCfgItem() local
304 if(pValues[nProp].hasValue()) in SwLabCfgItem()
319 pValues[nProp] >>= aItem.lHDist; in SwLabCfgItem()
323 pValues[nProp] >>= aItem.lVDist; in SwLabCfgItem()
327 pValues[nProp] >>= aItem.lWidth; in SwLabCfgItem()
331 pValues[nProp] >>= aItem.lHeight; in SwLabCfgItem()
335 pValues[nProp] >>= aItem.lLeft; in SwLabCfgItem()
339 pValues[nProp] >>= aItem.lUpper; in SwLabCfgItem()
343 pValues[nProp] >>= aItem.lPaperWidth; in SwLabCfgItem()
347 pValues[nProp] >>= aItem.lPaperHeight; in SwLabCfgItem()
[all …]
H A Denvimg.cxx196 const Any* pValues = aValues.getConstArray(); in SwEnvCfgItem() local
202 if(pValues[nProp].hasValue()) 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()
230 pValues[nProp] >>= aEnvItem.lHeight; // "Format/Height", in SwEnvCfgItem()
240 pValues[nProp] >>= aEnvItem.lShiftRight; in SwEnvCfgItem()
244 pValues[nProp] >>= aEnvItem.lShiftDown; in SwEnvCfgItem()
[all …]
/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx436 if(pValues[nProp].hasValue()) in ScViewCfg()
441 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
484 pValues = aValues.getConstArray(); in ScViewCfg()
491 if(pValues[nProp].hasValue()) in ScViewCfg()
514 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
523 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()
550 pValues = aValues.getConstArray(); in ScViewCfg()
557 if(pValues[nProp].hasValue()) in ScViewCfg()
603 Any* pValues = aValues.getArray(); in IMPL_LINK() local
654 Any* pValues = aValues.getArray(); in IMPL_LINK() local
[all …]
H A Dappoptio.cxx398 const Any* pValues = NULL; in ScAppCfg() local
403 pValues = aValues.getConstArray(); in ScAppCfg()
410 if(pValues[nProp].hasValue()) in ScAppCfg()
438 pValues = aValues.getConstArray(); in ScAppCfg()
445 if(pValues[nProp].hasValue()) in ScAppCfg()
467 pValues = aValues.getConstArray(); in ScAppCfg()
474 if(pValues[nProp].hasValue()) in ScAppCfg()
499 pValues = aValues.getConstArray(); in ScAppCfg()
506 if(pValues[nProp].hasValue()) in ScAppCfg()
529 if(pValues[nProp].hasValue()) in ScAppCfg()
[all …]
H A Ddocoptio.cxx260 const Any* pValues = NULL; in ScDocCfg() local
268 pValues = aValues.getConstArray(); in ScDocCfg()
275 if(pValues[nProp].hasValue()) in ScDocCfg()
327 pValues = aValues.getConstArray(); in ScDocCfg()
334 if(pValues[nProp].hasValue()) in ScDocCfg()
340 if (pValues[nProp] >>= nIntVal) in ScDocCfg()
354 Any* pValues = aValues.getArray(); in IMPL_LINK() local
370 pValues[nProp] <<= (double) GetIterEps(); in IMPL_LINK()
373 pValues[nProp] <<= (sal_Int32) nDateDay; in IMPL_LINK()
379 pValues[nProp] <<= (sal_Int32) nDateYear; in IMPL_LINK()
[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()
213 Any* pValues = aValues.getArray(); in Commit() local
220 pValues[nProp] <<= (sal_Int32) GetMoveDir(); in Commit()
226 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetEnterEdit() ); in Commit()
232 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetRangeFinder() ); in Commit()
235 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetExpandRefs() ); in Commit()
238 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], GetMarkHeader() ); in Commit()
[all …]
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx354 pValues[nProp] <<= nVal; in Commit()
397 if(pValues[nProp].hasValue()) in Load()
400 pValues[nProp] >>= nVal; in Load()
885 pValues[nProp] >>= nTemp; in lcl_ReadOpt()
904 if(pValues[nProp] >>= sTemp) in lcl_ReadOpt()
911 pValues[nProp] >>= nTemp; in lcl_ReadOpt()
918 pValues[nProp] >>= nTemp; in lcl_ReadOpt()
969 if(pValues[nProp].hasValue()) in Load()
1245 if(pValues[nProp].hasValue()) in Load()
1334 pValues[nProp] <<= OUString( in Commit()
[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()
110 pValues[nProp] >>= nTmp; in SwPrintOptions()
118 case 10: pValues[nProp] >>= sFaxName; break; in SwPrintOptions()
154 Any* pValues = aValues.getArray(); in Commit() local
162 case 0: bVal = bPrintGraphic; pValues[nProp].setValue(&bVal, rType);break; in Commit()
167 case 5: pValues[nProp] <<= (sal_Int32)nPrintPostIts ; break; in Commit()
[all …]
H A Dusrpref.cxx157 Any* pValues = aValues.getArray(); in Commit() local
202 if(pValues[nProp].hasValue()) in Load()
226 pValues[nProp] >>= nSet; in Load()
300 Any* pValues = aValues.getArray(); in Commit() local
304 Any &rVal = pValues[nProp]; in Commit()
353 if(pValues[nProp].hasValue()) in Load()
483 if(pValues[nProp].hasValue()) in Load()
488 pValues[nProp] >>= nSet; in Load()
578 if(pValues[nProp].hasValue()) in Load()
585 pValues[nProp] >>= nSet; in Load()
[all …]
/trunk/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()
143 delete pValues; in ~SfxAllEnumItem()
152 return pValues ? pValues->Count() : 0; in GetValueCount()
229 if ( !pValues || !pValues->Count() ) in GetPosByValue()
305 if ( pValues ) in RemoveAllValues()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx235 const Any* pValues = aValues.getConstArray(); in SwMailMergeConfigItem_Impl() local
249 pValues[nProp] >>= aBlocks; in SwMailMergeConfigItem_Impl()
261 pValues[nProp] >>= aGreetings; in SwMailMergeConfigItem_Impl()
278 (pValues[nProp] >>= nMailPort) ? in SwMailMergeConfigItem_Impl()
290 if(pValues[nProp] >>= nTemp) in SwMailMergeConfigItem_Impl()
294 case 27: pValues[nProp] >>= sFilter; break; in SwMailMergeConfigItem_Impl()
297 pValues[nProp] >>= bIsEMailSupported; in SwMailMergeConfigItem_Impl()
540 Any* pValues = aValues.getArray(); in Commit() local
570 pValues[nProp] <<= GetGreetings( in Commit()
584 pValues[nProp] <<= nMailPort; in Commit()
[all …]
/trunk/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()
164 pValues[nProp] >>= nExpMode; in Load()
180 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
184 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
188 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
192 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
217 Any* pValues = aValues.getArray(); in Commit() local
[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()
81 case 3: *pValues >>= nSnapMode; break; //"Dialog/MousePositioning", in SvtTabAppearanceCfg()
82 case 4: *pValues >>= nMiddleMouse; break; //"Dialog/MiddleMouseButton", in SvtTabAppearanceCfg()
135 Any* pValues = aValues.getArray(); in Commit() local
142 case 0: pValues[nProp] <<= nScaleFactor; break; // "FontScaling", in Commit()
143 case 1: pValues[nProp] <<= nDragMode; break; //"Window/Drag", in Commit()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlcnitm.cxx55 pValues->Insert( new OUString( *(*rImpl.pValues)[i] ), i ); in SV_IMPL_PTRARR()
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()
188 delete (*pValues)[i]; in Remove()
189 pValues->Remove( i ); in Remove()
[all …]
/trunk/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()
96 case 4: pValues[nProp] >>= nActiveBlock; break; in SwNavigationConfig()
116 Any* pValues = aValues.getArray(); in Commit() local
123 case 0: pValues[nProp] <<= nRootType; break; in Commit()
124 case 1: pValues[nProp] <<= nSelectedPos; break; in Commit()
125 case 2: pValues[nProp] <<= nOutlineLevel; break; in Commit()
126 case 3: pValues[nProp] <<= nRegionMode; break; in Commit()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_config.cxx65 aInfo.nVendorId = *pValues++; in DXCanvasItem()
66 aInfo.nDeviceId = *pValues++; in DXCanvasItem()
110 sal_Int32* pValues = aValues.getArray(); in ~DXCanvasItem() local
116 *pValues++ = rInfo.nVendorId; in ~DXCanvasItem()
117 *pValues++ = rInfo.nDeviceId; in ~DXCanvasItem()
118 *pValues++ = rInfo.nDeviceSubSysId; in ~DXCanvasItem()
119 *pValues++ = rInfo.nDeviceRevision; in ~DXCanvasItem()
120 *pValues++ = rInfo.nDriverId; in ~DXCanvasItem()
121 *pValues++ = rInfo.nDriverVersion; in ~DXCanvasItem()
122 *pValues++ = rInfo.nDriverSubVersion; in ~DXCanvasItem()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx419 if( *pValues >>= bValue ) in _setPropertyValues()
431 if( *pValues >>= bValue ) in _setPropertyValues()
443 if( *pValues >>= bValue ) in _setPropertyValues()
455 if( *pValues >>= bValue ) in _setPropertyValues()
480 if( *pValues >>= bValue ) in _setPropertyValues()
492 if( *pValues >>= bValue ) in _setPropertyValues()
503 if( *pValues >>= bValue ) in _setPropertyValues()
514 if( *pValues >>= bValue ) in _setPropertyValues()
525 if( *pValues >>= bValue ) in _setPropertyValues()
536 if( *pValues >>= bValue ) in _setPropertyValues()
[all …]
/trunk/main/sfx2/source/config/
H A Devntconf.cxx170 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl() local
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()
183 pValues[ 2 ].Value <<= aMacro; in CreateEventData_Impl()
190 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl() local
196 pValues[ 0 ].Value <<= aLib; in CreateEventData_Impl()
198 pValues[ 1 ].Name = ::rtl::OUString::createFromAscii( PROP_SCRIPT ); in CreateEventData_Impl()
199 pValues[ 1 ].Value <<= aMacro; in CreateEventData_Impl()
206 beans::PropertyValue *pValues = aProperties.getArray(); in CreateEventData_Impl() local
[all …]
/trunk/main/extensions/source/bibliography/
H A Dbibconfig.cxx124 if(pValues[nProp].hasValue()) in BibConfig()
128 case 0: pValues[nProp] >>= sDataSource; break; in BibConfig()
130 case 2: pValues[nProp] >>= nTblOrQuery; break; in BibConfig()
131 case 3: pValues[nProp] >>= nBeamerSize; break; in BibConfig()
248 Any* pValues = aValues.getArray(); in Commit() local
254 case 0: pValues[nProp] <<= sDataSource; break; in Commit()
256 case 2: pValues[nProp] <<= nTblOrQuery; break; in Commit()
257 case 3: pValues[nProp] <<= nBeamerSize; break; in Commit()
258 case 4: pValues[nProp] <<= nViewSize; break; in Commit()
259 case 5: pValues[nProp] <<= sQueryText; break; in Commit()
[all …]
/trunk/main/unotools/source/config/
H A Dsaveopt.cxx460 const Any* pValues = aValues.getConstArray(); in SvtSaveOptions_Impl() local
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
645 pValues[nRealCount] <<= bUseUserData; in Commit()
653 pValues[nRealCount] <<= bBackup; in Commit()
661 pValues[nRealCount] <<= bAutoSave; in Commit()
677 pValues[nRealCount] <<= bDocInfSave; in Commit()
[all …]
/trunk/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()
/trunk/main/svtools/source/uno/
H A Dunoimap.cxx494 pValues++; in _setPropertyValues()
506 *pValues <<= maURL; in _getPropertyValues()
509 *pValues <<= maAltText; in _getPropertyValues()
512 *pValues <<= maDesc; in _getPropertyValues()
515 *pValues <<= maTarget; in _getPropertyValues()
518 *pValues <<= maName; in _getPropertyValues()
521 *pValues <<= mbIsActive; in _getPropertyValues()
527 *pValues <<= maCenter; in _getPropertyValues()
530 *pValues <<= mnRadius; in _getPropertyValues()
533 *pValues <<= maPolygon; in _getPropertyValues()
[all …]
/trunk/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
106 pValues->Name = aIt->first; in GetCharacterAttributes()
107 pValues->Handle = (sal_Int32) -1; in GetCharacterAttributes()
108 pValues->Value = aIt->second; in GetCharacterAttributes()
[all …]

Completed in 151 milliseconds

12345678