Home
last modified time | relevance | path

Searched refs:aAny (Results 26 – 50 of 485) sorted by relevance

12345678910>>...20

/trunk/main/xmloff/source/text/
H A DXMLIndexUserSourceContext.cxx172 Any aAny; in EndElement() local
174 aAny.setValue(&bUseObjects, ::getBooleanCppuType()); in EndElement()
177 aAny.setValue(&bUseGraphic, ::getBooleanCppuType()); in EndElement()
180 aAny.setValue(&bUseLevelFromSource, ::getBooleanCppuType()); in EndElement()
181 rIndexPropertySet->setPropertyValue(sUseLevelFromSource, aAny); in EndElement()
183 aAny.setValue(&bUseMarks, ::getBooleanCppuType()); in EndElement()
184 rIndexPropertySet->setPropertyValue(sCreateFromMarks, aAny); in EndElement()
186 aAny.setValue(&bUseTables, ::getBooleanCppuType()); in EndElement()
187 rIndexPropertySet->setPropertyValue(sCreateFromTables, aAny); in EndElement()
189 aAny.setValue(&bUseFrames, ::getBooleanCppuType()); in EndElement()
[all …]
H A DXMLTextMasterPageExport.cxx89 Any aAny; in exportMasterPageContent() local
92 aAny = rPropSet->getPropertyValue( sHeaderText ); in exportMasterPageContent()
93 aAny >>= xHeaderText; in exportMasterPageContent()
97 aAny >>= xHeaderTextLeft; in exportMasterPageContent()
100 aAny = rPropSet->getPropertyValue( sFooterText ); in exportMasterPageContent()
101 aAny >>= xFooterText; in exportMasterPageContent()
105 aAny >>= xFooterTextLeft; in exportMasterPageContent()
120 aAny = rPropSet->getPropertyValue( sHeaderOn ); in exportMasterPageContent()
127 bHeaderLeft = !*(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
150 aAny = rPropSet->getPropertyValue( sFooterOn ); in exportMasterPageContent()
[all …]
H A Dtxtftne.cxx81 Any aAny; in exportTextFootnote() local
84 aAny >>= xFootnote; in exportTextFootnote()
181 aAny >>= nNumber; in exportTextFootnoteHelper()
248 aAny >>= sTmp; in lcl_exportString()
298 Any aAny; in exportTextFootnoteConfigurationHelper() local
304 aAny >>= nNumbering; in exportTextFootnoteConfigurationHelper()
318 aAny >>= nOffset; in exportTextFootnoteConfigurationHelper()
327 aAny = rFootnoteConfig->getPropertyValue( in exportTextFootnoteConfigurationHelper()
335 aAny >>= nTmp; in exportTextFootnoteConfigurationHelper()
367 aAny >>= sTmp; in exportTextFootnoteConfigurationHelper()
[all …]
H A DXMLSectionFootnoteConfigImport.cxx143 Any aAny; in StartElement() local
148 XMLPropertyState aNumOwn( nIndex, aAny ); in StartElement()
154 XMLPropertyState aNumRestart( nIndex, aAny ); in StartElement()
157 aAny <<= nNumRestartAt; in StartElement()
168 aAny <<= nNumType; in StartElement()
174 aAny <<= sNumPrefix; in StartElement()
177 XMLPropertyState aPrefixState( nIndex, aAny ); in StartElement()
180 aAny <<= sNumSuffix; in StartElement()
183 XMLPropertyState aSuffixState( nIndex, aAny ); in StartElement()
186 aAny.setValue( &bEnd, ::getBooleanCppuType() ); in StartElement()
[all …]
H A DXMLTextColumnsExport.cxx81 Any aAny = xPropSet->getPropertyValue( sIsAutomatic ); in exportXML() local
82 if ( *(sal_Bool*)aAny.getValue() ) in exportXML()
86 aAny >>= nDistance; in exportXML()
101 Any aAny = xPropSet->getPropertyValue( sSeparatorLineIsOn ); in exportXML() local
102 if( *(sal_Bool *)aAny.getValue() ) in exportXML()
105 aAny = xPropSet->getPropertyValue( sSeparatorLineWidth ); in exportXML()
107 aAny >>= nWidth; in exportXML()
114 aAny = xPropSet->getPropertyValue( sSeparatorLineColor ); in exportXML()
116 aAny >>= nColor; in exportXML()
125 aAny >>= nHeight; in exportXML()
[all …]
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx96 aAny >>= aContainer; in Export()
120 Any aAny = rContainer->getByIndex(i); in Export() local
122 aAny >>= rElement; in Export()
184 aAny >>= sHref; in ExportMapEntry()
194 aAny >>= sTargt; in ExportMapEntry()
209 aAny >>= sItemName; in ExportMapEntry()
217 if (! *(sal_Bool*)aAny.getValue()) in ExportMapEntry()
276 aAny >>= aRectangle; in ExportRectangle()
300 aAny >>= aCenter; in ExportCircle()
314 aAny >>= nRadius; in ExportCircle()
[all …]
H A Dximp3dobject.cxx106 uno::Any aAny; in StartElement() local
107 aAny <<= mxHomMat; in StartElement()
278 uno::Any aAny; in StartElement() local
279 aAny <<= aPosition3D; in StartElement()
281 aAny <<= aDirection3D; in StartElement()
282 xPropSet->setPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSize")), aAny); in StartElement()
386 uno::Any aAny; in StartElement() local
387 aAny <<= aPosition3D; in StartElement()
389 aAny <<= aDirection3D; in StartElement()
476 uno::Any aAny; in StartElement() local
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx69 uno::Any aAny(xProp->getPropertyValue( rName )); in GetBoolProperty() local
75 bRet = *(sal_Bool*)aAny.getValue(); in GetBoolProperty()
115 uno::Any aAny(xProp->getPropertyValue( rName )); in GetEnumProperty() local
120 nRet = *(sal_Int32*)aAny.getValue(); in GetEnumProperty()
125 aAny >>= nRet; in GetEnumProperty()
160 return *(sal_Bool*)aAny.getValue(); in GetBoolFromAny()
168 if ( aAny >>= nRet ) in GetInt16FromAny()
177 if ( aAny >>= nRet ) in GetInt32FromAny()
186 if ( aAny.getValueTypeClass() == uno::TypeClass_ENUM ) in GetEnumFromAny()
187 nRet = *(sal_Int32*)aAny.getValue(); in GetEnumFromAny()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx194 return aAny.hasValue() ? aAny : ScAccessibleContextBase::queryInterface(rType); in queryInterface()
252 uno::Any aAny; in getCurrentValue() local
259 return aAny; in getCurrentValue()
292 uno::Any aAny; in getMaximumValue() local
293 aAny <<= DBL_MAX; in getMaximumValue()
295 return aAny; in getMaximumValue()
302 uno::Any aAny; in getMinimumValue() local
303 aAny <<= -DBL_MAX; in getMinimumValue()
305 return aAny; in getMinimumValue()
425 aAny >>= aShadowFmt; in getShadowAttrs()
[all …]
/trunk/main/toolkit/source/controls/
H A Droadmapcontrol.cxx184 Any aAny; in getByIndex() local
186 return aAny; in getByIndex()
206 Any aAny; in SetRMItemDefaultProperties() local
216 aAny <<= GetUniqueID(); in SetRMItemDefaultProperties()
228 Any aAny; in GetUniqueID() local
241 aAny >>= n_CurItemID; in GetUniqueID()
268 aAny >>= n_CurrentItemID; in GetCurrentItemID()
289 Any aAny; in insertByIndex() local
308 Any aAny; in removeByIndex() local
458 Any aAny; in itemStateChanged() local
[all …]
/trunk/main/sc/workben/
H A Dtest.cxx541 UsrAny aAny; in lcl_Cursor() local
553 aAny.set( &aNew, aAny.getReflection() ); in lcl_Cursor()
583 aAny.set( &aNew, aAny.getReflection() ); in lcl_Cursor()
714 aAny.set( &aNew, aAny.getReflection() ); in lcl_Sheet()
755 aAny.setINT32(3000); in lcl_Names()
1427 UsrAny aAny; in lcl_Styles() local
1429 aAny.setBOOL(FALSE); in lcl_Styles()
1432 aAny.setUINT32(0xffff00); in lcl_Styles()
1453 UsrAny aAny; in lcl_PageStyle() local
1943 UsrAny aAny; in IMPL_LINK()
[all …]
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx189 Any aAny; in fileSelectionChanged() local
191 aAny <<= aDIB; in fileSelectionChanged()
192 rXFilePreview->setImage( 1, aAny ); in fileSelectionChanged()
324 Any aAny; in main() local
327 aAny.setValue( &bChkState, getCppuType( (sal_Bool*)0 ) ); in main()
331 aAny <<= aVersion; in main()
340 if ( aAny.hasValue( ) ) in main()
343 aAny = xFPControlAccess->getValue( CHECKBOX_READONLY, 0 ); in main()
344 if ( aAny.hasValue( ) ) in main()
349 if ( aAny.hasValue( ) ) in main()
[all …]
/trunk/main/sfx2/source/doc/
H A Diframe.cxx237 aAny >>= aURL; in setPropertyValue()
244 if ( aAny >>= aName ) in setPropertyValue()
258 if ( aAny >>= bIsScroll ) in setPropertyValue()
285 if ( aAny >>= nMargin ) in setPropertyValue()
296 if ( aAny >>= nMargin ) in setPropertyValue()
313 uno::Any aAny; in getPropertyValue() local
329 aAny <<= bIsAutoScroll; in getPropertyValue()
335 aAny <<= bIsScroll; in getPropertyValue()
341 aAny <<= bIsBorder; in getPropertyValue()
347 aAny <<= bIsAutoBorder; in getPropertyValue()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx660 uno::Any aAny; in endDocument() local
673 uno::Any aAny; in endDocument() local
1048 aAny >>= sRelPath; in initialize()
1055 aAny >>= sName; in initialize()
1418 aAny >>= xOLEStream; in GetStreamForEmbeddedObjectURLFromBase64()
1457 Any aAny; in AddStyleDisplayName() local
1458 aAny <<= xIfc; in AddStyleDisplayName()
1518 uno::Any aAny; in GetProgressBarHelper() local
1553 uno::Any aAny; in AddNumberStyle() local
1554 aAny <<= nKey; in AddNumberStyle()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx269 Any aAny; in throw_handler() local
287 aAny <<= excep; in throw_handler()
289 aAny,xEnv); in throw_handler()
295 aAny <<= excep; in throw_handler()
579 aAny <<= in throw_handler()
599 aAny <<= excep; in throw_handler()
627 aAny <<= excep; in throw_handler()
653 aAny <<= excep; in throw_handler()
855 aAny <<= in throw_handler()
927 aAny <<= excep; in throw_handler()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx48 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontName… in getName() local
49 return aAny.get< ::rtl::OUString >(); in getName()
61 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontHeig… in getSize() local
62 return aAny.get< float >(); in getSize()
74 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontChar… in getCharset() local
102 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontWeig… in getBold() local
103 return aAny.get< float >() > awt::FontWeight::NORMAL; in getBold()
115 …uno::Any aAny = mxProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FontSlan… in getItalic() local
116 return aAny.get< awt::FontSlant >() != awt::FontSlant_NONE; in getItalic()
129 return aAny.get< sal_Int16 >() != awt::FontUnderline::NONE; in getUnderline()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx899 aAny >>= nLayout; in ImplGetLayout()
1255 aAny >>= bVisible; in ImplCreateSlide()
1270 aAny >>= eFe; in ImplCreateSlide()
1280 if ( aAny >>= aSoundURL ) in ImplCreateSlide()
1286 aAny >>= bStopSound; in ImplCreateSlide()
1289 aAny >>= bLoopSound; in ImplCreateSlide()
1308 aAny >>= aAs; in ImplCreateSlide()
1313 && ( aAny >>= nTT ) ) in ImplCreateSlide()
1316 && ( aAny >>= nTST ) ) in ImplCreateSlide()
2066 aAny >>= bIsDark; in Write()
[all …]
H A Dpptexanimations.cxx317 if( aAny >>= eTiming ) in GetFillMode()
322 aAny = xNode->getEnd(); in GetFillMode()
323 if( aAny.hasValue() ) in GetFillMode()
326 if( aAny >>= eTiming ) in GetFillMode()
334 if( aAny.hasValue() ) in GetFillMode()
1183 Any aAny; in exportAnimProperty() local
1185 aAny <<= aNumber; in exportAnimProperty()
1301 Any aAny; in exportAnimEvent() local
1748 aAny >>= xShape; in exportAnimateTargetElement()
1833 Any aAny[ 2 ]; in exportAnimateKeyPoints() local
[all …]
/trunk/main/writerfilter/source/resourcemodel/
H A Dutil.cxx130 uno::Any aAny; in propertysetToString() local
182 aAny >>= nValue; in propertysetToString()
192 aAny >>= nValue; in propertysetToString()
202 aAny >>= nValue; in propertysetToString()
212 aAny >>= nValue; in propertysetToString()
222 aAny >>= nValue; in propertysetToString()
232 aAny >>= nValue; in propertysetToString()
244 aAny >>= sValue; in propertysetToString()
255 aAny >>= nValue; in propertysetToString()
287 aAny >>= aPoint; in propertysetToString()
[all …]
/trunk/main/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx156 Any aAny; in StartElement() local
159 aAny <<= eLineAdjust; in StartElement()
161 XMLPropertyState aLineAdjust( nIndex, aAny); in StartElement()
164 aAny <<= nLineColor; in StartElement()
166 XMLPropertyState aLineColor( nIndex, aAny ); in StartElement()
169 aAny <<= nLineDistance; in StartElement()
171 XMLPropertyState aLineDistance( nIndex, aAny ); in StartElement()
174 aAny <<= nLineRelWidth; in StartElement()
176 XMLPropertyState aLineRelWidth( nIndex, aAny); in StartElement()
179 aAny <<= nLineTextDistance; in StartElement()
[all …]
H A Dxmlnumi.cxx911 Any aAny; in SvxXMLListLevelStyleAttrContext_Impl() local
917 aAny >>= sTmp; in SvxXMLListLevelStyleAttrContext_Impl()
926 aAny >>= nTmp; in SvxXMLListLevelStyleAttrContext_Impl()
938 aAny >>= nTmp; in SvxXMLListLevelStyleAttrContext_Impl()
947 aAny >>= nTmp; in SvxXMLListLevelStyleAttrContext_Impl()
1217 Any aAny; in FillUnoNumRule() local
1231 Any aAny; in FillUnoNumRule() local
1279 aAny >>= xStyle; in CreateAndInsertLate()
1297 Any aAny; in CreateAndInsertLate() local
1298 aAny <<= xStyle; in CreateAndInsertLate()
[all …]
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translationdialog.cxx78 aAny >>= bValue; in ChineseTranslationDialog()
84 aAny = aLngCfg.GetProperty( rtl::OUString::createFromAscii( UPN_IS_USE_CHARACTER_VARIANTS ) ); in ChineseTranslationDialog()
85 if( aAny >>= bValue ) in ChineseTranslationDialog()
97 if( aAny >>= bValue ) in ChineseTranslationDialog()
152 Any aAny; in IMPL_LINK() local
153 aAny <<= sal_Bool( !!m_aRB_To_Simplified.IsChecked() ); in IMPL_LINK()
154 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_DIRECTION_TO_SIMPLIFIED ), aAny ); in IMPL_LINK()
155 aAny <<= sal_Bool( !!m_aCB_Use_Variants.IsChecked() ); in IMPL_LINK()
156 aLngCfg.SetProperty( rtl::OUString::createFromAscii( UPN_IS_USE_CHARACTER_VARIANTS ), aAny ); in IMPL_LINK()
157 aAny <<= sal_Bool( !!m_aCB_Translate_Commonterms.IsChecked() ); in IMPL_LINK()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfrmhtmlw.cxx289 uno::Any aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameURL") ); in Out_FrameDescriptor() local
290 if ( (aAny >>= aStr) && aStr.getLength() ) in Out_FrameDescriptor()
304 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameName") ); in Out_FrameDescriptor()
305 if ( (aAny >>= aStr) && aStr.getLength() ) in Out_FrameDescriptor()
314 aAny = xSet->getPropertyValue( ::rtl::OUString::createFromAscii("FrameMarginWidth") ); in Out_FrameDescriptor()
315 if ( (aAny >>= nVal) && nVal != SIZE_NOT_SET ) in Out_FrameDescriptor()
318 if ( (aAny >>= nVal) && nVal != SIZE_NOT_SET ) in Out_FrameDescriptor()
323 if ( (aAny >>= bVal) && !bVal ) in Out_FrameDescriptor()
326 if ( aAny >>= bVal ) in Out_FrameDescriptor()
335 if ( (aAny >>= bVal) && !bVal ) in Out_FrameDescriptor()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx505 uno::Any aAny; in getPropertyValues() local
508 xRow->appendObject( rProp,aAny ); in getPropertyValues()
516 uno::Any aAny; in getPropertyValues() local
519 xRow->appendObject( rProp,aAny ); in getPropertyValues()
527 uno::Any aAny; in getPropertyValues() local
530 xRow->appendObject( rProp,aAny ); in getPropertyValues()
538 uno::Any aAny; in getPropertyValues() local
548 uno::Any aAny; in getPropertyValues() local
549 aAny <<= seq; in getPropertyValues()
550 xRow->appendObject( rProp,aAny ); in getPropertyValues()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx360 Any aAny = xProps->getPropertyValue( in ReadThroughComponent() local
364 *(sal_Bool *)aAny.getValue(); in ReadThroughComponent()
757 Any aAny; in Read() local
781 Any aAny; in Read() local
790 Any aAny; in Read() local
832 Any aAny; in Read() local
836 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
840 aAny.setValue( &bTmp, ::getBooleanCppuType() ); in Read()
843 aAny <<= rDoc.GetRedlinePassword(); in Read()
966 aAny >>= aKey; in Read()
[all …]

Completed in 205 milliseconds

12345678910>>...20