Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 244) sorted by path

12345678910

/aoo41x/main/binaryurp/source/
H A Dcache.hxx45 enum { size = 256, ignore = 0xFFFF }; enumerator
53 explicit Cache(std::size_t size): in Cache()
H A Dreader.cxx70 sal_uInt32 size, bool eofOk) in read()
124 sal_uInt32 size = header.read32(); in run() local
H A Dreader.hxx55 static void * operator new(std::size_t size) in operator new()
H A Dunmarshal.cxx64 void * allocate(sal_Size size) { in allocate()
514 sal_uInt64 size = static_cast< sal_uInt64 >(n) * in readSequence() local
H A Dwriter.hxx58 static void * operator new(std::size_t size) in operator new()
/aoo41x/main/bridges/inc/bridges/cpp_uno/shared/
H A Dvtablefactory.hxx78 sal_Size size; member
/aoo41x/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx77 extern "C" void * SAL_CALL allocExec(rtl_arena_type *, sal_Size * size) { in allocExec()
123 rtl_arena_type *, void * address, sal_Size size) in freeExec()
246 sal_Size size = getBlockSize(slotCount); in createBlock() local
/aoo41x/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx196 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > SAL_CALL createCo… in createCompatibleBitmap()
208 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XVolatileBitmap > SAL_CALL … in createVolatileBitmap()
220 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmap > SAL_CALL createCo… in createCompatibleAlphaBitmap()
232 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XVolatileBitmap > SAL_CALL … in createVolatileAlphaBitmap()
/aoo41x/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx159 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
182 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
/aoo41x/main/canvas/source/directx/
H A Ddx_5rm.cxx2157 const std::size_t size(maVertexCache.size()); in pushVertex() local
2244 const std::size_t size(maVertexCache.size()); in flushVertexCache() local
H A Ddx_9rm.cxx1164 const std::size_t size(maVertexCache.size()); in pushVertex() local
H A Ddx_devicehelper.cxx140 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
163 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
H A Ddx_spritedevicehelper.cxx128 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
153 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
/aoo41x/main/canvas/source/null/
H A Dnull_devicehelper.cxx110 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
132 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
/aoo41x/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx192 double size, in selectFont()
/aoo41x/main/canvas/source/tools/
H A Dverifyinput.cxx818 const geometry::IntegerSize2D& size ) in verifyIndexRange()
834 const geometry::IntegerSize2D& size ) in verifyIndexRange()
845 void verifyBitmapSize( const geometry::IntegerSize2D& size, in verifyBitmapSize()
882 void verifySpriteSize( const geometry::RealSize2D& size, in verifySpriteSize()
/aoo41x/main/canvas/source/vcl/
H A Ddevicehelper.cxx117 const geometry::IntegerSize2D& size ) in createCompatibleBitmap()
138 const geometry::IntegerSize2D& size ) in createCompatibleAlphaBitmap()
/aoo41x/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx79 DWORD size; in getPathFromRegistryKey() local
236 int size = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, pdli->szDll, -1, NULL, 0); in delayLoadHook() local
/aoo41x/main/codemaker/source/codemaker/
H A Dglobal.cxx400 bool FileStream::write(void const * buffer, sal_uInt64 size) { in write()
/aoo41x/main/codemaker/source/javamaker/
H A Dclassfile.cxx81 void write(FileStream & file, void const * buffer, sal_uInt64 size) { in write()
249 std::list< std::pair< sal_Int32, Code * > >::size_type size = blocks.size(); in instrLookupswitch() local
347 std::list< Code * >::size_type size = blocks.size(); in instrTableswitch() local
H A Djavatype.cxx937 sal_uInt64 size = static_cast< sal_uInt64 >(map.size()); in handleEnumType() local
1206 sal_uInt16 size = 1; in addLoadLocal() local
/aoo41x/main/comphelper/inc/comphelper/
H A Dlistenernotification.hxx151 inline size_t OListenerContainer::size() const SAL_THROW(()) in size() function in comphelper::OListenerContainer
/aoo41x/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx156 size_t NamedValueCollection::size() const in size() function in comphelper::NamedValueCollection
/aoo41x/main/configmgr/source/
H A Dcomponents.cxx157 static void * operator new(std::size_t size) in operator new()
/aoo41x/main/connectivity/inc/connectivity/
H A Ddbcharset.hxx82 sal_Int32 size() const { ensureConstructed( ); return m_aEncodings.size(); } in size() function in dbtools::OCharsetMap

Completed in 248 milliseconds

12345678910