Home
last modified time | relevance | path

Searched refs:aSet (Results 51 – 75 of 363) sorted by path

12345678910>>...15

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx583 SfxItemSet aSet( pEditView->GetAttribs() ); in ChangeText_impl() local
601 pEditView->SetAttribs( aSet ); in ChangeText_impl()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1379 Color aSet(aShadow.Color); in PutValue() local
1380 aSet.SetTransparency(aShadow.IsTransparent ? 0xff : 0); in PutValue()
1381 aShadowColor = aSet; in PutValue()
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx229 …SfxItemSet aSet = rEE.GetAttribs( nParaIdx, sal_uInt16(nLen-1), sal_uInt16(nLen), GETATTRIBS_CHARA… in GetAttributeRun() local
230 if ( aSet == aCrrntSet ) in GetAttributeRun()
253 SfxItemSet aSet = rEE.GetAttribs( nParaIdx, 0, 1, GETATTRIBS_CHARATTRIBS ); in GetAttributeRun() local
254 if ( aSet == aCrrntSet ) in GetAttributeRun()
H A Dunofdesc.cxx225 SfxItemSet aSet( *pPool, EE_CHAR_FONTINFO, EE_CHAR_FONTINFO, in getPropertyDefault() local
244 aSet.Put(pPool->GetDefaultItem(EE_CHAR_FONTINFO)); in getPropertyDefault()
245 aSet.Put(pPool->GetDefaultItem(EE_CHAR_FONTHEIGHT)); in getPropertyDefault()
246 aSet.Put(pPool->GetDefaultItem(EE_CHAR_ITALIC)); in getPropertyDefault()
247 aSet.Put(pPool->GetDefaultItem(EE_CHAR_UNDERLINE)); in getPropertyDefault()
248 aSet.Put(pPool->GetDefaultItem(EE_CHAR_WEIGHT)); in getPropertyDefault()
249 aSet.Put(pPool->GetDefaultItem(EE_CHAR_STRIKEOUT)); in getPropertyDefault()
250 aSet.Put(pPool->GetDefaultItem(EE_CHAR_WLM)); in getPropertyDefault()
254 FillFromItemSet( aSet, aDesc ); in getPropertyDefault()
H A Dunofored.cxx102 SfxItemSet aSet( rEditEngine.GetParaAttribs( nPara ) ); in GetParaAttribs() local
107 if( aSet.GetItemState( nWhich, sal_True ) != SFX_ITEM_ON ) in GetParaAttribs()
110 aSet.Put( rEditEngine.GetParaAttrib( nPara, nWhich ) ); in GetParaAttribs()
115 return aSet; in GetParaAttribs()
H A Dunoforou.cxx130 SfxItemSet aSet( ImplOutlinerForwarderGetAttribs( rSel, bOnlyHardAttrib, rEditEngine ) ); in GetAttribs() local
134 mpAttribsCache = new SfxItemSet( aSet ); in GetAttribs()
140 aSet.SetParent( &(pStyle->GetItemSet() ) ); in GetAttribs()
142 return aSet; in GetAttribs()
H A Dunoipset.cxx237 SfxItemSet aSet( mrItemPool, pMap->nWID, pMap->nWID); in getPropertyValue() local
243 aSet.Put(mrItemPool.GetDefaultItem(pMap->nWID)); in getPropertyValue()
246 if(aSet.Count()) in getPropertyValue()
249 SfxItemState eState = aSet.GetItemState( pMap->nWID, sal_True, &pItem ); in getPropertyValue()
H A Dunotext.cxx519 setPropertyValue( pMap, aValue, maSelection, aSet, aSet ); in _setPropertyValue()
520 pForwarder->SetParaAttribs( nPara, aSet ); in _setPropertyValue()
843 pOldAttrSet = new SfxItemSet( aSet ); in _setPropertyValues()
863 pOldParaSet = new SfxItemSet( aSet ); in _setPropertyValues()
891 aSet.Put( *pNewParaSet ); in _setPropertyValues()
892 pForwarder->SetParaAttribs( nTempPara, aSet ); in _setPropertyValues()
1254 SfxItemSet aSet( *pForwarder->GetPool(), sal_True ); in _setPropertyToDefault() local
1258 SvxUnoFontDescriptor::setPropertyToDefault( aSet ); in _setPropertyToDefault()
1276 aSet.InvalidateItem( pMap->nWID ); in _setPropertyToDefault()
1280 pForwarder->SetParaAttribs( nPara, aSet ); in _setPropertyToDefault()
[all …]
/trunk/main/extensions/source/oooimprovecore/
H A Dcore.cxx133 SfxAllItemSet aSet( SFX_APP()->GetPool() ); in inviteUser() local
134 aSet.Put( SfxStringItem( SID_CURRENT_URL, help_url ) ); in inviteUser()
138 SfxAbstractDialog *pDlg = pFact->CreateSfxDialog( NULL, aSet, 0, RID_SVXPAGE_IMPROVEMENT ); in inviteUser()
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx499 ::std::set< ::rtl::OUString > aSet; in setBinding()
500 firePropertyChanges( xOldBinding, _rxBinding, aSet ); in setBinding()
H A Dfontdialog.cxx604 SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); in PageCreated() local
617aSet.Put (SvxFontListItem(static_cast<const SvxFontListItem&>(GetInputSetImpl()->Get(CFID_FONTLIST… in PageCreated()
618 aSet.Put (SfxUInt16Item(SID_DISABLE_CTL,DISABLE_HIDE_LANGUAGE)); in PageCreated()
619 _rPage.PageCreated(aSet); in PageCreated()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx450 ByteString aSet( rSet, gsl_getSystemTextEncoding() ); in SetOptionValue() local
451 SANE_Status nStatus = ControlOption( n, SANE_ACTION_SET_VALUE, (void*)aSet.GetBuffer() ); in SetOptionValue()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , dou…
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx144 const css::uno::Any& aSet ) in isSubSet() argument
147 css::uno::Type aT2 = aSet.getValueType(); in isSubSet()
170 sal_Bool bIs = (aSubSet == aSet); in isSubSet()
183 (aSet >>= v2) in isSubSet()
201 (aSet >>= v2) in isSubSet()
219 (aSet >>= p2) in isSubSet()
235 (aSet >>= n2) in isSubSet()
256 (aSet >>= uno_s2) in isSubSet()
282 (aSet >>= uno_p2) in isSubSet()
314 (aSet >>= uno_n2) in isSubSet()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4456 ApplyAttributes( rSt, aSet, aObjData ); in ImportShape()
4457 pRet->SetMergedItemSet(aSet); in ImportShape()
4466 ApplyAttributes( rSt, aSet, aObjData ); in ImportShape()
4467 pRet->SetMergedItemSet(aSet); in ImportShape()
4830 pRet->SetMergedItemSet(aSet); in ImportShape()
4902 pRet->SetMergedItemSet( aSet ); in ImportShape()
4906 pRet->SetMergedItemSet(aSet); in ImportShape()
5424 pTextObj->SetMergedItemSet(aSet); in ProcessObj()
5478 ApplyAttributes( rSt, aSet, rObjData ); in ProcessObj()
5484 aSet.Put( XFillColorItem( String(), in ProcessObj()
[all …]
H A Dsvdfppt.cxx1165 pTObj->SetMergedItemSet( aSet ); in ProcessObj()
5215 aSet.mnAttrSet ^= 0x40; in ReadParaProps()
5224 aSet.mnBulletColor = nVal32; in ReadParaProps()
5352 rIn >> aSet.mnFlags; in ReadCharProps()
5356 rIn >> aSet.mnFont; in ReadCharProps()
5361 rIn >> aSet.mnAsianOrComplexFont; in ReadCharProps()
5366 rIn >> aSet.mnANSITypeface; in ReadCharProps()
5371 rIn >> aSet.mnSymbolFont; in ReadCharProps()
5376 rIn >> aSet.mnFontHeight; in ReadCharProps()
5385 aSet.mnColor = nVal; in ReadCharProps()
[all …]
/trunk/main/idl/inc/
H A Dslot.hxx45 SvBOOL aSet; member in SvMetaSlot
/trunk/main/idl/source/objects/
H A Dslot.cxx118 if( nMask & 0x0200 ) rStm >> aSet; in Load()
198 if( aSet.IsSet() ) nMask |= 0x0200; in Save()
227 if( nMask & 0x0200 ) rStm << aSet; in Save()
610 if( aSet.ReadSvIdl( SvHash_Set(), rInStm ) ) in ReadAttributesSvIdl()
771 if( aSet || aGet || aPseudoSlots ) in WriteAttributesSvIdl()
786 if( aSet ) in WriteAttributesSvIdl()
789 aSet.WriteSvIdl( SvHash_Set(), rOutStm ); in WriteAttributesSvIdl()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java91 aSettings = aSet; in ExampleMember()
169 public ExampleMembers( ExampleSettings aSet, int nDim ) in ExampleMembers() argument
171 aSettings = aSet; in ExampleMembers()
233 public ExampleLevel( ExampleSettings aSet, int nDim ) in ExampleLevel() argument
235 aSettings = aSet; in ExampleLevel()
381 aSettings = aSet; in ExampleLevels()
434 aSettings = aSet; in ExampleHierarchy()
470 aSettings = aSet; in ExampleHierarchies()
527 aSettings = aSet; in ExampleDimension()
693 public ExampleDimensions( ExampleSettings aSet ) in ExampleDimensions() argument
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java296 Set aSet = aApplicationHashMap.keySet(); in getApplicationUrls() local
297 String[][] sReturnList = new String[aSet.size()][]; in getApplicationUrls()
299 for ( Iterator i = aSet.iterator(); i.hasNext(); ){ in getApplicationUrls()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx218 uno::Sequence< beans::NamedValue > aSet = m_xDocProp->getDocumentStatistics(); in UpdateDocStatistic() local
247 sal_Int32 nLen = aSet.getLength(); in UpdateDocStatistic()
249 if ( aSet[nInd].Name.equals( aName ) ) in UpdateDocStatistic()
251 aSet[nInd].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic()
258 aSet.realloc( nLen + 1 ); in UpdateDocStatistic()
259 aSet[nLen].Name = aName; in UpdateDocStatistic()
260 aSet[nLen].Value = uno::makeAny( aChars.toInt32() ); in UpdateDocStatistic()
263 m_xDocProp->setDocumentStatistics( aSet ); in UpdateDocStatistic()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DDFACreator.java116 final StateSet aSet) in ProcessTransitionFront() argument
121 final Map<String,Vector<Transition>> aTransitions = GetTransitionFront(aSet); in ProcessTransitionFront()
143 final State aStartState = maNFASetToDFAStateMap.get(aSet); in ProcessTransitionFront()
187 private StateSet GetEpsilonClosure ( final StateSet aSet) in GetEpsilonClosure() argument
189 final StateSet aClosure = new StateSet(aSet); in GetEpsilonClosure()
192 for (final State aState : aSet.GetStates()) in GetEpsilonClosure()
220 private Map<String, Vector<Transition>> GetTransitionFront (final StateSet aSet) in GetTransitionFront() argument
224 for (final State aState : aSet.GetStates()) in GetTransitionFront()
H A DHopcroftMinimizer.java80 for (final StateSet aSet : aP) in MinimizeDFA()
87 aT.add(aSet); in MinimizeDFA()
118 for (final StateSet aSet : aT) in MinimizeDFA()
136 final Set<StateSet> aSet, in InitializeMap() argument
157 aSet.add(aAcceptingStates); in InitializeMap()
159 aSet.add(aNonAcceptingStates); in InitializeMap()
166 final StateSet aSet, in Split() argument
170 if (aSet.GetStateCount() == 1) in Split()
194 final StateSet aSet, in Split() argument
306 for (final StateSet aSet : aP) in CreateNewStates()
[all …]
H A DStateSet.java54 public StateSet (final StateSet aSet) in StateSet() argument
57 maStates.addAll(aSet.maStates); in StateSet()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3863 ScDefaultAttrSet aSet; in GetColDefault() local
3864 ScDefaultAttrSet::iterator aItr = aSet.end(); in GetColDefault()
3868 aItr = aSet.find(aAttr); in GetColDefault()
3869 if (aItr == aSet.end()) in GetColDefault()
3873 aSet.insert(aAttr); in GetColDefault()
3879 aSet.erase(aItr); in GetColDefault()
3880 aSet.insert(aAttr); in GetColDefault()
3884 ScDefaultAttrSet::iterator aDefaultItr = aSet.begin(); in GetColDefault()
3887 while (aItr != aSet.end()) in GetColDefault()

Completed in 353 milliseconds

12345678910>>...15