Home
last modified time | relevance | path

Searched refs:nmax (Results 1 – 13 of 13) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx61 short i,j,nHue,nNSat,nVal,nC[3],nmax,nmed,nmin; in DXFPalette() local
86 nmax=((nHue+3)>>3)%3; in DXFPalette()
87 j=nHue-(nmax<<3); if (j>4) j=j-24; in DXFPalette()
89 nmed=(nmax+1)%3; in DXFPalette()
90 nmin=(nmax+2)%3; in DXFPalette()
93 nmed=(nmax+2)%3; in DXFPalette()
94 nmin=(nmax+1)%3; in DXFPalette()
99 nC[nmax]=255; in DXFPalette()
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx263 sal_Int32 n, nmax = aStringList.getLength(); in sendMailMessage() local
264 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
273 nmax = aStringList.getLength(); in sendMailMessage()
274 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
283 nmax = aStringList.getLength(); in sendMailMessage()
284 for ( n = 0; n < nmax; n++ ) in sendMailMessage()
/trunk/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx187 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in attachRecursive() local
188 for( n = 0; n < nmax; n++ ) in attachRecursive()
240 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in detachRecursive() local
241 for( n = 0; n < nmax; n++ ) in detachRecursive()
/trunk/main/soltools/javadep/
H A Djavadep.c67 int nmax; member
677 if ( pgrow->ncur >= pgrow->nmax ) { in grow_if_needed()
679 (NGROW*pgrow->nmax)*sizeof(char*)); in grow_if_needed()
680 pgrow->nmax *= NGROW; in grow_if_needed()
695 pgrow->nmax = NGROW_INIT; in allocate_growable()
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx153 size_t n, nmax = m_aChildList.size(); in handleChildRemoved() local
154 for( n = 0; n < nmax; ++n ) in handleChildRemoved()
208 size_t nmax = m_aChildList.size(); in handleInvalidateChildren() local
209 for( n = 0; n < nmax; ++n ) in handleInvalidateChildren()
H A Datkutil.cxx325 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in attachRecursive() local
326 for( n = 0; n < nmax; n++ ) in attachRecursive()
381 sal_Int32 n, nmax = xContext->getAccessibleChildCount(); in detachRecursive() local
382 for( n = 0; n < nmax; n++ ) in detachRecursive()
H A Datkaction.cxx233 … sal_Int32 nmax = std::min( xBinding->getAccessibleKeyBindingCount(), (sal_Int32) 3 ); in action_wrapper_get_keybinding() local
234 for( sal_Int32 n = 0; n < nmax; n++ ) in action_wrapper_get_keybinding()
/trunk/main/vcl/test/
H A Ddndtest.cxx157 for( sal_Int32 n = 0, nmax = aInfo.getCommandArgCount(); n < nmax; n++ ) in Main() local
165 if ( n + 1 < nmax ) in Main()
/trunk/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx60 for (sal_Int32 n = 0, nmax = aArguments.getLength(); n < nmax; n++) in initialize() local
H A Dclipboardmanager.cxx71 for ( sal_Int32 n = 0, nmax = SupportedServicesNames.getLength(); n < nmax; n++ ) in supportsService() local
/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx91 sal_Int32 nmax = rURL.getLength(); in escapeForShell() local
92 for(sal_Int32 n=0; n < nmax; ++n) in escapeForShell()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx142 for (sal_Int32 n = 0, nmax = aArguments.getLength(); n < nmax; n++) in initialize() local
/trunk/main/extensions/source/update/feed/
H A Dupdatefeed.cxx565 sal_Int32 nmax = xChildNodes->getLength(); in getDocumentRoot() local
566 for(sal_Int32 n=0; n < nmax; n++) in getDocumentRoot()

Completed in 54 milliseconds