| /aoo41x/main/registry/source/ | 
| H A D | reflcnst.hxx | 110 inline sal_uInt32 writeBYTE(sal_uInt8* buffer, sal_uInt8 v)  in writeBYTE()117 inline sal_uInt16 readBYTE(const sal_uInt8* buffer, sal_uInt8& v)  in readBYTE()
 124 inline sal_uInt32 writeINT16(sal_uInt8* buffer, sal_Int16 v)   in writeINT16()
 132 inline sal_uInt32 readINT16(const sal_uInt8* buffer, sal_Int16& v)   in readINT16()
 139 inline sal_uInt32 writeUINT16(sal_uInt8* buffer, sal_uInt16 v)   in writeUINT16()
 154 inline sal_uInt32 writeINT32(sal_uInt8* buffer, sal_Int32 v)   in writeINT32()
 164 inline sal_uInt32 readINT32(const sal_uInt8* buffer, sal_Int32& v)   in readINT32()
 176 inline sal_uInt32 writeUINT32(sal_uInt8* buffer, sal_uInt32 v)   in writeUINT32()
 198 inline sal_uInt32 writeINT64(sal_uInt8* buffer, sal_Int64 v)   in writeINT64()
 228 inline sal_uInt32 writeUINT64(sal_uInt8* buffer, sal_uInt64 v)   in writeUINT64()
 [all …]
 
 | 
| /aoo41x/main/basegfx/source/numeric/ | 
| H A D | ftools.cxx | 34 	double snapToNearestMultiple(double v, const double fStep)  in snapToNearestMultiple()57 	double snapToZeroRange(double v, double fWidth)  in snapToZeroRange()
 84 	double snapToRange(double v, double fLow, double fHigh)  in snapToRange()
 
 | 
| /aoo41x/main/comphelper/inc/comphelper/ | 
| H A D | optional.hxx | 36 inline ::boost::optional<T> make_optional( T const& v )  in make_optional()52 inline ::com::sun::star::beans::Optional<T> makeOptional( T const& v )  in makeOptional()
 78 inline ::com::sun::star::beans::Optional<sal_Bool> makeOptional( bool v )  in makeOptional()
 
 | 
| H A D | InlineContainer.hxx | 125     explicit MakeMap( const Key &k, const Value &v )  in MakeMap()129     MakeMap &operator()( const Key &k, const Value &v )  in operator ()()
 
 | 
| H A D | unwrapargs.hxx | 52     sal_Int32 nArg, T & v,  in extract()78     sal_Int32 nArg, ::boost::optional<T> & v,  in extract()
 
 | 
| /aoo41x/main/binaryurp/source/ | 
| H A D | unmarshal.cxx | 299             sal_uInt8 v = read8();  in readValue()  local311             sal_uInt8 v = read8();  in readValue()  local
 318             sal_uInt16 v = read16();  in readValue()  local
 325             sal_uInt32 v = read32();  in readValue()  local
 332             sal_uInt64 v = read64();  in readValue()  local
 337             rtl::OUString v(readString());  in readValue()  local
 342             css::uno::TypeDescription v(readType());  in readValue()  local
 363             sal_Int32 v = static_cast< sal_Int32 >(read32());  in readValue()  local
 
 | 
| /aoo41x/main/soltools/testSHL/util/ | 
| H A D | tlog.cxx | 70 ::osl::FileBase::RC tLog::writeRes( ::rtl::TestResult& oRes, sal_Bool v, sal_Bool xml ) {  in writeRes()83 ::osl::FileBase::RC tLog::write( const sal_Char* buf, sal_Bool v ) {  in write()
 
 | 
| /aoo41x/main/configmgr/source/ | 
| H A D | configurationregistry.cxx | 576     sal_Int32 v = 0;  in getLongValue()  local605     css::uno::Sequence< sal_Int32 > v;  in getLongListValue()  local
 634     rtl::OUString v;  in getAsciiValue()  local
 663     css::uno::Sequence< rtl::OUString > v;  in getAsciiListValue()  local
 692     rtl::OUString v;  in getStringValue()  local
 721     css::uno::Sequence< rtl::OUString > v;  in getStringListValue()  local
 751     css::uno::Sequence< sal_Int8 > v;  in getBinaryValue()  local
 
 | 
| /aoo41x/main/desktop/source/deployment/manager/ | 
| H A D | dp_properties.cxx | 87         css::beans::NamedValue const & v = properties[i];  in ExtensionProperties()  local104 OUString ExtensionProperties::getPropertyValue(css::beans::NamedValue const & v)  in getPropertyValue()
 
 | 
| /aoo41x/main/solenv/inc/ | 
| H A D | lldb4aoo.py | 68 def walk_ptrchain( v):  argument79 def ret_strdata_info( v, refvar, lenvar, aryvar):  argument
 
 | 
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | xlpage.cxx | 45 #define IN2TWIPS( v )      ((long)((v) * EXC_TWIPS_PER_INCH + 0.5))  argument46 #define MM2TWIPS( v )      ((long)((v) * EXC_TWIPS_PER_INCH / CM_PER_INCH / 10.0 + 0.5))  argument
 
 | 
| /aoo41x/main/basebmp/inc/basebmp/ | 
| H A D | polypolygonrenderer.hxx | 46         inline sal_Int64 toFractional( sal_Int32 v ) { return (sal_Int64)v << 32; }  in toFractional()48 …inline sal_Int64 toFractional( double v ) { return (sal_Int64)(v*SAL_MAX_UINT32 + (v < 0.0 ? -0.5 …  in toFractional()
 50 … inline sal_Int32 toInteger( sal_Int64 v ) { return (sal_Int32)(v < 0 ? ~((~v) >> 32) : v >> 32); }  in toInteger()
 52 …inline sal_Int32 toRoundedInteger( sal_Int64 v ) { return toInteger(v) + (sal_Int32)((v&0x80000000…  in toRoundedInteger()
 
 | 
| /aoo41x/main/xmlhelp/source/cxxhelp/util/ | 
| H A D | Decompressor.cxx | 35 inline sal_Int32 getInteger_( const sal_Int8* v )  in getInteger_()
 | 
| /aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ | 
| H A D | BuildParcelAction.java | 49             Vector v = new Vector(1);  in performAction()  local
 | 
| /aoo41x/test/testcommon/source/org/openoffice/test/common/ | 
| H A D | FileProvider.java | 122 				Object v = f.get(null);  in FileProvider()  local131 				Object v = f.get(null);  in FileProvider()  local
 139 				Object v = f.get(null);  in FileProvider()  local
 
 | 
| /aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/ | 
| H A D | StorageAccess.java | 127     public void writeInt(int v) throws java.io.IOException{  in writeInt()152     public void writeLong(long v) throws java.io.IOException {  in writeLong()
 
 | 
| /aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ | 
| H A D | PocketExcelEncoder.java | 83 		Vector v = wb.getWorksheetNames();  in getNumberOfSheets()  local275 		Vector v = wb.getWorksheetNames();  in getSheetName()  local
 
 | 
| /aoo41x/main/xmlscript/source/inc/ | 
| H A D | misc.hxx | 52     T v = T();  in extract_throw()  local
 | 
| /aoo41x/main/i18npool/source/paper/ | 
| H A D | paper.cxx | 57 #define PT2MM100( v ) \  argument60 #define IN2MM100( v ) \  argument
 63 #define MM2MM100( v ) \  argument
 
 | 
| /aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ | 
| H A D | FormulaCompiler.java | 253 				Vector v = (Vector)args.pop();  in makeExpression()  local258 				Vector v = (Vector)args.pop();  in makeExpression()  local
 
 | 
| /aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ | 
| H A D | VclExplorerContentProvider.java | 36 	public void inputChanged(Viewer v, Object oldInput, Object newInput) {  in inputChanged()
 | 
| /aoo41x/main/desktop/source/app/ | 
| H A D | userinstall.cxx | 110             NamedValue v;  in is_user_install()  local271 …NamedValue v(OUString::createFromAscii("NodePath"), makeAny(OUString::createFromAscii("org.openoff…  in create_user_install()  local
 
 | 
| /aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/ | 
| H A D | ConvertData.java | 42 	private Vector v = new Vector();  field in ConvertData
 | 
| /aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ | 
| H A D | PropertySetMixin.java | 378                 Vector v = (Vector) boundListeners.get(propertyName);  in addPropertyChangeListener()  local403                 Vector v = (Vector) boundListeners.get(propertyName);  in removePropertyChangeListener()  local
 428                 Vector v = (Vector) vetoListeners.get(propertyName);  in addVetoableChangeListener()  local
 453                 Vector v = (Vector) vetoListeners.get(propertyName);  in removeVetoableChangeListener()  local
 744         Object v = wrapValue(  in setProperty()  local
 
 | 
| /aoo41x/main/desktop/source/pagein/ | 
| H A D | pagein.c | 59 	int    i, v = 0;  in main()  local
 |