/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 81 …void TextSourceAdaptor::getCharProperties(const int nCharIdx, int & min, int & lim, size_t & depth) in getCharProperties() argument 85 …for(depth = ((rtl)? 1:0); maLayoutArgs.maRuns.GetRun(&min, &lim, &rtl); maLayoutArgs.maRuns.NextRu… in getCharProperties() 90 depth += int(rtl ^ bool(depth & 0x1)); in getCharProperties() 97 depth++; in getCharProperties() 103 size_t depth; in getRightToLeft() local 105 getCharProperties(nCharIdx, min, lim, depth); in getRightToLeft() 107 return depth & 0x1; in getRightToLeft() 113 size_t depth; in getDirectionDepth() local 115 getCharProperties(nCharIdx, min, lim, depth); in getDirectionDepth() 117 return depth; in getDirectionDepth()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 118 switch( depth ) in X11_writeScanlinePixel() 150 switch( pImage->depth ) in X11_getPaletteBmpFromImage() 414 m_aInfo.depth = DefaultDepth( m_pDisplay, m_aInfo.screen ); in PixmapHolder() 424 m_aInfo.depth, in PixmapHolder() 562 int nColors = 1 << m_aInfo.depth; in setBitmapDataTCDither() 642 else if( nDepth != (sal_uInt32)m_aInfo.depth ) in needsConversion() 672 nWidth, nHeight, m_aInfo.depth ); in setBitmapData() 686 aImage.depth = m_aInfo.depth; in setBitmapData() 691 if( m_aInfo.depth <= 8 ) in setBitmapData() 692 aImage.bits_per_pixel = m_aInfo.depth; in setBitmapData() [all …]
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | secerror.cxx | 70 unsigned int depth = (unsigned int)-1; in printChainFailure() local 80 if (depth != node->depth) in printChainFailure() 82 depth = node->depth; in printChainFailure() 83 xmlsec_trace("Certificate: %d. %s %s:", depth, in printChainFailure() 85 depth ? "[Certificate Authority]": ""); in printChainFailure()
|
/aoo41x/main/toolkit/source/layout/core/ |
H A D | container.cxx | 126 std::string depth; 144 if ( depth.empty() ) 145 depth = std::string( str ); 147 depth = std::string( str ) + ":" + depth; 152 return std::string( getName() ) + " (" + depth + ")";
|
/aoo41x/main/store/source/ |
H A D | stortree.cxx | 208 xPageR->depth (rxPageL->depth()); in split() 246 if (rPage.depth()) in remove() 393 rxPageL->depth (xPage->depth() + 1); in change() 433 for (; xPage->depth() > 0; xPage = rNode.makeHolder< page >()) in find_lookup() 516 for (; xPage->depth() > 0; xPage = rNode.makeHolder< page >()) in find_insert()
|
H A D | stortree.hxx | 191 sal_uInt32 depth (void) const in depth() function 195 void depth (sal_uInt32 nDepth) in depth() function
|
H A D | storpage.cxx | 186 for (; result == entry::COMPARE_GREATER && xPage->depth() > 0; ) 245 while ((result == entry::COMPARE_GREATER) && (xPage->depth() > 0)) in remove_Impl() 1016 if (xNode->depth() == 0) in rebuild()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sane.cxx | 517 static inline sal_uInt8 _ReadValue( FILE* fp, int depth ) in _ReadValue() argument 519 if( depth == 16 ) in _ReadValue() 655 fprintf( stderr, "depth: %d\n", (int)aParams.depth ); in Start() 671 if( aParams.depth == 1 ) in Start() 814 ( eType == FrameStyle_Gray && aParams.depth == 8 ) in Start() 824 sal_uInt8 nGray = _ReadValue( pFrame, aParams.depth ); in Start() 833 nRed = _ReadValue( pFrame, aParams.depth ); in Start() 834 nGreen = _ReadValue( pFrame, aParams.depth ); in Start() 835 nBlue = _ReadValue( pFrame, aParams.depth ); in Start() 845 sal_uInt8 nValue = _ReadValue( pFrame, aParams.depth ); in Start()
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 246 public boolean showAccessibility (XInterface xObject, int depth) in showAccessibility() argument 252 while (depth-- > 0) in showAccessibility() 386 public boolean showAccessibilityTree (XAccessible xRoot, int depth) in showAccessibilityTree() argument 390 if ( ! showAccessibility (xRoot, depth)) in showAccessibilityTree() 394 for (int i=0; i<depth; i++) in showAccessibilityTree() 405 showAccessibilityTree (xContext.getAccessibleChild(i),depth+1); in showAccessibilityTree() local
|
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 250 public boolean showAccessibility (XInterface xObject, int depth) in showAccessibility() argument 256 while (depth-- > 0) in showAccessibility() 390 public boolean showAccessibilityTree (XAccessible xRoot, int depth) in showAccessibilityTree() argument 394 if ( ! showAccessibility (xRoot, depth)) in showAccessibilityTree() 398 for (int i=0; i<depth; i++) in showAccessibilityTree() 409 showAccessibilityTree (xContext.getAccessibleChild(i),depth+1); in showAccessibilityTree() local
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdprovider.cxx | 142 reflection::TypeDescriptionSearchDepth depth ) 183 ::com::sun::star::reflection::TypeDescriptionSearchDepth depth ) 232 reflection::TypeDescriptionSearchDepth depth ) in createTypeDescriptionEnumeration() argument 243 xTDEA->createTypeDescriptionEnumeration( moduleName, types, depth ); in createTypeDescriptionEnumeration() 251 xTDEA->createTypeDescriptionEnumeration( moduleName, types, depth ); in createTypeDescriptionEnumeration() 458 TypeDescriptionSearchDepth depth ) in createTypeDescriptionEnumeration() argument 467 depth, in createTypeDescriptionEnumeration()
|
/aoo41x/main/writerfilter/documentation/ |
H A D | tablesInDoc.txt | 25 0x6649 (sprmPTableDepth) demarks the nesting depth of the paragraph 27 paragraph at nesting depth 1: 34 paragraphs at nesting depth > 1; 67 depth in table hierarchy of previous paragraph 70 depth in table hierarchy of current paragraph
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 423 if( pImage->depth == 1 ) in ImplCreateXImage() 429 else if( pImage->depth <= 8 ) in ImplCreateXImage() 432 const sal_uInt16 nCols = Min( (sal_uLong)rColMap.GetUsed(), (sal_uLong)(1 << pImage->depth) ); in ImplCreateXImage() 568 if (pImage != NULL && pImage->width != 0 && pImage->height != 0 && pImage->depth != 0) in ImplCreateFromXImage() 845 mnDepth ( pImage->depth ), in ImplSalDDB() 877 maPixmap = XCreatePixmap (pDisplay, hWindow, pImage->width, pImage->height, pImage->depth); in ImplSalDDB() 886 if (pImage->depth == 1) in ImplSalDDB() 906 mnDepth = pImage->depth; in ImplSalDDB()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XTypeDescriptionEnumerationAccess.idl | 64 the collection. Additionally, it is possible to specify the depth 93 @param depth 94 specifies the depth of search in the underlying tree of type 175 [in] TypeDescriptionSearchDepth depth )
|
/aoo41x/main/soltools/cpp/ |
H A D | _include.c | 52 doinclude(Tokenrow * trp, int depth, int import) in doinclude() argument 106 for (fd = -1, i = (depth < 0) ? (NINCLUDE - 1) : (depth - 1); i >= 0; i--) in doinclude()
|
/aoo41x/main/idlc/source/ |
H A D | aststack.cxx | 50 sal_uInt32 AstStack::depth() in depth() function in AstStack 73 if (depth() < 2) in nextToTop()
|
/aoo41x/ext_libraries/serf/ |
H A D | NULbytes.patch | 107 int err, depth; 128 (depth == 0 || failures)) { 136 && (depth == 0 || failures)) {
|
/aoo41x/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 171 static void print_indent( int depth ) in print_indent() argument 173 for( int i=0; i<depth; i++ ) printf(" "); in print_indent() 181 static void print_node( const LocaleNode* p, int depth=0 ) in print_node() argument 185 print_indent( depth ); in print_node() 211 print_indent( depth+1 ); in print_node() 222 print_node( p->getChildAt(i), depth+1 ); in print_node() 224 print_indent( depth ); in print_node()
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 441 if( pVInfos[i].depth == 24 ) in BestVisual() 444 else if( pVInfos[i].depth == 8 ) in BestVisual() 451 else if( pVInfos[i].depth == 15 ) in BestVisual() 455 else if( pVInfos[i].depth == 16 ) in BestVisual() 459 else if( pVInfos[i].depth == 32 ) in BestVisual() 470 if( pVInfos[i].depth <= 8 ) in BestVisual() 473 else if( pVInfos[i].depth == 12 ) in BestVisual() 477 pWeight[ i ] = bUsable ? nTrueColor*pVInfos[i].depth : -1024; in BestVisual() 3117 aVI.depth = nDepth; in SalColormap()
|
/aoo41x/main/sal/osl/unx/ |
H A D | diagnose.c | 82 int depth, in osl_diagnose_frame_Impl() argument 110 depth, in osl_diagnose_frame_Impl()
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 443 int depth = 0; in getDepth() local 445 depth++; in getDepth() 446 return depth; in getDepth() 1542 static rtl::OUString padString( rtl::OUString name, int depth ) in rebuild() 1544 rtl::OStringBuffer aBuf( depth * 4 + name.getLength() + 2 ); in rebuild() 1545 for (int i = 0; i < depth; i++) in rebuild()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_xlib_cairo.cxx | 230 pFormat->depth ); in getSimilar() 294 return ((XRenderPictFormat*) maSysData.pRenderFormat)->depth; in getDepth()
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | systemactions.pm | 730 my ($sourcedir, $destdir, $depth) = @_; 759 …if ( $depth > 0 ) { for ( my $i = 1; $i <= $depth; $i++ ) { $localsource = "../" . $localsource; }… 764 my $newdepth = $depth + 1;
|
/aoo41x/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePreview.idl | 61 /** The method returns the supported color depth of the target device. 64 The color depth in bit, e.g. 8 bit, 16 bit, 32 bit.
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pnghelper.cxx | 163 void PngHelper::appendIHDR( OutputBuffer& o_rOutputBuf, int width, int height, int depth, int color… in appendIHDR() argument 168 o_rOutputBuf.push_back( Output_t(depth) ); in appendIHDR()
|