Home
last modified time | relevance | path

Searched refs:nProperties (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dimpastp3.cxx59 sal_Int32 nProperties = rProperties.size(); in Add() local
65 if( nProperties > (sal_Int32)pIS->GetProperties().size() ) in Add()
69 else if( nProperties < (sal_Int32)pIS->GetProperties().size() ) in Add()
103 sal_Int32 nProperties = rProperties.size(); in AddNamed() local
109 if( nProperties > (sal_Int32)pIS->GetProperties().size() ) in AddNamed()
113 else if( nProperties < (sal_Int32)pIS->GetProperties().size() ) in AddNamed()
H A Dimpastp4.cxx411 sal_uInt32 nProperties = pParent->GetPropertiesList().Count(); in exportXML() local
412 for( sal_uInt32 j=0; j < nProperties; j++ ) in exportXML()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx149 nProperties( 0 ) {} in CmdToInfoMap()
156 sal_Int32 nProperties; member
355 aPropSeq[3].Value <<= pIter->second.nProperties; in getSequenceFromCache()
382 xNameAccess->getByName( m_aPropProperties ) >>= aCmdToInfo.nProperties; in impl_fill()
386 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_IMAGE ) in impl_fill()
388 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_ROTATE ) in impl_fill()
390 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_MIRROR ) in impl_fill()
H A Dtoolbarmanager.cxx911 sal_Int32 nProperties(0); in RetrievePropertiesFromCommand() local
920 aPropSeq[i].Value >>= nProperties; in RetrievePropertiesFromCommand()
924 return nProperties; in RetrievePropertiesFromCommand()
/trunk/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx70 int nProperties = 0; in is_gnome_desktop() local
71 … Atom* pProperties = XListProperties( pDisplay, DefaultRootWindow( pDisplay ), &nProperties ); in is_gnome_desktop()
72 if( pProperties && nProperties ) in is_gnome_desktop()
74 for( int i = 0; i < nProperties; i++ ) in is_gnome_desktop()
/trunk/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx97 sal_Int32 nProperties = _rPropertyNames.getLength(); in getPropertyStates() local
98 Sequence< PropertyState> aStates( nProperties ); in getPropertyStates()
99 if ( !nProperties ) in getPropertyStates()
115 const ::rtl::OUString* pLookupEnd = pLookup + nProperties; in getPropertyStates()
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx158 sal_Int32 nProperties( aProperties.getLength() ); in getInfoHelper() local
159 aProperties.realloc( nProperties + 1 ); in getInfoHelper()
160 aProperties[ nProperties ] = Property( in getInfoHelper()
/trunk/main/forms/source/xforms/
H A Dunohelper.cxx75 sal_Int32 nProperties = aProperties.getLength(); in copy() local
78 for( sal_Int32 n = 0; n < nProperties; n++ ) in copy()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx126 sal_Int32 nProperties = aImportDescriptor.getLength(); in WriteImportDescriptor() local
132 for (sal_Int16 i = 0; i < nProperties; ++i) in WriteImportDescriptor()
412 sal_Int32 nProperties = aSortProperties.getLength(); in WriteSortDescriptor() local
414 for (i = 0; i < nProperties; ++i) in WriteSortDescriptor()
/trunk/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx158 sal_Int32 nProperties = 1; in WinInetBackend() local
161 valueProxyType_.Value <<= nProperties; in WinInetBackend()
/trunk/main/shell/source/backends/macbe/
H A Dmacbackend.cxx402 sal_Int32 nProperties = 1; in getPropertyValue() local
405 true, uno::makeAny( nProperties ) ) ); in getPropertyValue()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx452 sal_uInt32 i, nProperties = rHandleProperties.getLength(); in ConvertSequenceToEnhancedCustomShape2dHandle() local
453 if ( nProperties ) in ConvertSequenceToEnhancedCustomShape2dHandle()
456 for ( i = 0; i < nProperties; i++ ) in ConvertSequenceToEnhancedCustomShape2dHandle()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx473 sal_Int32 nProperties = 2; in GetGraphicStream() local
474 uno::Sequence< beans::PropertyValue > aFilterData( nProperties ); in GetGraphicStream()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2986 int nProperties = 0; in getXdndVersion() local
2999 pProperties = XListProperties( m_pDisplay, aWindow, &nProperties ); in getXdndVersion()
3002 for( i = 0; i < nProperties; i++ ) in getXdndVersion()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx2999 const sal_Int32 nProperties = pTokens[i].getLength(); in replaceByIndex() local
3002 for(sal_Int32 j = 0; j < nProperties; j++) in replaceByIndex()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2664 sal_Int32 nProperties = aProperties.getLength(); in copyPropSet() local
2667 for ( sal_Int32 i = 0; i < nProperties; ++i ) in copyPropSet()

Completed in 152 milliseconds