Home
last modified time | relevance | path

Searched refs:type (Results 2476 – 2500 of 2995) sorted by relevance

1...<<919293949596979899100>>...120

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx724 CpAndFc getCpAndFc(const Cp & cp, PropertyType type = PROP_DOC) const;
731 CpAndFc getCpAndFc(const Fc & fc, PropertyType type = PROP_DOC) const;
/trunk/main/offapi/com/sun/star/report/
H A DXSection.idl56 /** identifies a <type>XSection</type> inside a report.
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheet.idl72 <li><type scope="::com::sun::star::sheet">AccessibleCell</type>:
H A DSpreadsheetDocument.idl150 <type scope="com::sun::star::lang">XComponent</type>.</p>
/trunk/main/offapi/com/sun/star/table/
H A DCellProperties.idl206 <type scope="com::sun::star::util">NumberFormatter</type>
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx129 bool is_complex_struct(const typelib_TypeDescription * type) in is_complex_struct() argument
132 = reinterpret_cast< const typelib_CompoundTypeDescription * >(type); in is_complex_struct()
/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx202 case Tok_XmlLink_Tag::type: in Process_XmlLink_BeginTag()
227 case Tok_XmlLink_Tag::type: in Process_XmlLink_EndTag()
/trunk/main/cui/source/options/
H A Doptlingu.src317 Text [ en-US ] = "Check spelling as you type";
321 Text [ en-US ] = "Check grammar as you type";
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.hxx143 void addReference( sal_Int32 type, rtl::OUString uri, sal_Int32 keeperId ) in addReference() argument
146 SignatureReferenceInformation(type, uri)); in addReference()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3759 int type = 0; // TextFieldmark in WriteFormData() local
3761 type = 1; in WriteFormData()
3763 type=2; in WriteFormData()
3793 aFldHeader[4] |= (type & 0x03); in WriteFormData()
3797 else if ( type == 2 ) in WriteFormData()
3808 if (type==2) in WriteFormData()
3848 if ( type==2 ) { in WriteFormData()
3871 if ( type == 0 ) in WriteFormData()
3881 if (type==2) { in WriteFormData()
/trunk/main/cui/source/dialogs/
H A Dhyperdlg.src48 Text [ en-US ] = "Hyperlink type" ;
630 Text [ en-US ] = "File ~type" ;
789 Text [ en-US ] = "Please type in a valid file name." ;
H A Dgallery.src168 Text [ en-US ] = "~File type" ;
323 Text [ en-US ] = "File type" ;
/trunk/main/forms/source/component/
H A Dnavigationbar.cxx57 #define REGISTER_VOID_PROP( prop, memberAny, type ) \ argument
59 &memberAny, ::getCppuType( static_cast< type* >( NULL ) ) );
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx112 uno::Any anyFromString( OUString const& value, uno::Type const& type ) in anyFromString() argument
120 switch ( type.getTypeClass() ) in anyFromString()
/trunk/main/offapi/com/sun/star/xforms/
H A DXModel.idl149 …<p>The elements of the set are arrays of <type scope="com::sun::star::beans">PropertyValue</type>s,
/trunk/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl86 <type scope="com::sun::star::sdbc">SQLException</type>
/trunk/main/configmgr/source/
H A Dvalueparser.cxx221 rtl::OString const & separator, xmlreader::Span const & text, Type type) in parseValue() argument
223 switch (type) { in parseValue()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl150 @see <type scope="com::sun::star::lang">Locale</type>
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DActionTe.ulf209 en-US = "Registering type libraries"
371 en-US = "Unregistering type libraries"
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx407 if( (pEvent->type == GraphicsExpose || pEvent->type == NoExpose) && in GraphicsExposePredicate()
449 if( aEvent.type == NoExpose ) in YieldGraphicsExpose()
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf151 en-US = "Select the type of installation that best suits your needs:"
235 en-US = "Select the type of uninstallation that best suits your needs:"
373 en-US = "Select the type of product installation to perform from the following choices. This will d…
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch42 -# don't specify an explicit build system type.
1442 # Apollos put the system type in the environment.
1523 # Configuration subroutine to validate and canonicalize a configuration type.
1524 # Supply the specified configuration type as an argument.
1526 # Otherwise, we print the canonical config type on stdout and succeed.
1790 # for a CPU type and a company and sometimes even an OS.
2121 # First match some system type aliases
2123 # -solaris* is a basic system type, with this one exception.
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf710 …with different chart types. SO only supports one chart type for all series. Adjust the chart type
764 en-US = "Multiple series chart type"
1158 en-US = "Issue: Unsupported function type. "
2178 en-US = "This chart type does not have a <PRODUCTNAME> equivalent. Instead, the import filter in <P…
2184 en-US = "This chart type does not have a <PRODUCTNAME> equivalent. The imported chart will look com…
2205 …he results in a new column within the pivot table. Users can use the same type of formula to repla…
2265 en-US = "Many users do not use automatic heading or section numbering. They type the numbers in fro…
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx74 void SwVbaFind::SetReplace( sal_Int32 type ) in SetReplace() argument
76 mnReplaceType = type; in SetReplace()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx116 …unsigned int type=((unsigned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned in… in rbrace() local
124 …printf("OLE%i \"%s\" type=%i recType=%i binBuffer.size()=%u len=%u\n", numOfOLEs, str, type, recTy… in rbrace()

Completed in 153 milliseconds

1...<<919293949596979899100>>...120