/trunk/main/i18npool/source/breakiterator/ |
H A D | breakiteratorImpl.cxx | 75 …pace(const OUString& Text, sal_Int32 nPos, sal_Int32 len, sal_Int16 rWordType, sal_Bool bDirection) in skipSpace() argument 81 if (bDirection) in skipSpace() 87 if (bDirection) in skipSpace() 95 if (bDirection) in skipSpace() 161 sal_Int16 rWordType, sal_Bool bDirection ) throw(RuntimeException) in getWordBoundary() argument 174 } else if (prev == 0 && ! bDirection) { in getWordBoundary() 176 } else if (next == len && bDirection) { in getWordBoundary() 181 bDirection = sal_True; in getWordBoundary() 183 bDirection = sal_False; in getWordBoundary() 185 nPos = bDirection ? next : prev; in getWordBoundary() [all …]
|
H A D | breakiterator_cjk.cxx | 85 const lang::Locale& nLocale, sal_Int16 wordType, sal_Bool bDirection ) in getWordBoundary() argument 89 result = dict->getWordBoundary(text, anyPos, wordType, bDirection); in getWordBoundary() 95 return BreakIterator_Unicode::getWordBoundary(text, anyPos, nLocale, wordType, bDirection); in getWordBoundary()
|
H A D | xdictionary.cxx | 346 …::getWordBoundary(const OUString& rText, sal_Int32 anyPos, sal_Int16 wordType, sal_Bool bDirection) in getWordBoundary() argument 360 if (!bDirection && startPos > 0 && startPos == (anyPos - boundary.startPos)) in getWordBoundary()
|
H A D | breakiterator_unicode.cxx | 287 sal_Int16 rWordType, sal_Bool bDirection ) throw(uno::RuntimeException) in getWordBoundary() argument 294 if((bDirection || nPos == 0) && nPos < len) //forward in getWordBoundary()
|
/trunk/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.cxx | 254 impl_propagateFetchSizeAndDirection( nRowCount, bDirection ); \ 257 aRet.Orientation = bDirection; \ 325 if( bDirection ) \ 362 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetch() argument 531 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContentIdentifierStrings() argument 541 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContentIdentifiers() argument 551 , sal_Int32 nRowCount, sal_Bool bDirection ) in fetchContents() argument
|
H A D | cachedcontentresultsetstub.hxx | 132 , sal_Int32 nRowCount, sal_Bool bDirection ) 140 , sal_Int32 nRowCount, sal_Bool bDirection ) 145 , sal_Int32 nRowCount, sal_Bool bDirection ) 150 , sal_Int32 nRowCount, sal_Bool bDirection )
|
H A D | cachedcontentresultset.cxx | 821 sal_Bool bDirection = !!( \ 824 fetchInterface->fetchMethod( nRow, nFetchSize, bDirection ); \
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | XFetchProviderForContentAccess.idl | 59 @param bDirection 67 , [in] boolean bDirection ); 83 @param bDirection 91 , [in] boolean bDirection ); 106 @param bDirection 114 , [in] boolean bDirection );
|
H A D | XFetchProvider.idl | 58 @param bDirection 65 , [in] boolean bDirection );
|
/trunk/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 632 sal_Bool bDirection = ImplGetEllipse( aCenter, aRadius, fOrientation ); in ImplDoClass4() local 643 if ( bDirection ) in ImplDoClass4() 660 sal_Bool bDirection = ImplGetEllipse( aCenter, aRadius, fOrientation ); in ImplDoClass4() local 677 if ( bDirection ) in ImplDoClass4()
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationDialog.cxx | 734 bool bDirection = nValue >= 0; in updateMenu() local 742 mpMenu->CheckItem( CM_CLOCKWISE, bDirection ); in updateMenu() 743 mpMenu->CheckItem( CM_COUNTERCLOCKWISE, !bDirection ); in updateMenu() 759 bool bDirection = nValue >= 0; in IMPL_LINK() local 769 case CM_CLOCKWISE: bDirection = true; break; in IMPL_LINK() 770 case CM_COUNTERCLOCKWISE: bDirection = false; break; in IMPL_LINK() 774 if( !bDirection ) in IMPL_LINK()
|
H A D | SlideTransitionPane.cxx | 103 sal_Bool bDirection, sal_Int32 nFadeColor ) : in TransitionEffect() 106 mbDirection( bDirection ), in TransitionEffect()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 276 sal_Bool bPrcWidth = sal_False, bDirection = sal_False, bBGColor = sal_False; in NewMarquee() local 318 bDirection = sal_True; in NewMarquee() 394 if( SDRTEXTANI_ALTERNATE==eAniKind && !bDirection ) in NewMarquee()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 1399 sal_Bool bDirection = sal_False; in fillNode() local 1400 if( rSet.getProperty( DFF_ANIM_DIRECTION ) >>= bDirection ) in fillNode() 1401 xColor->setDirection( (sal_Bool)!bDirection ); in fillNode() 3543 sal_Bool bDirection; in dump() local 3544 if( aAny >>= bDirection ) in dump() 3546 fprintf( mpFile, " direction=\"%s\"", bDirection ? "cclockwise" : "clockwise" ); in dump()
|
H A D | pptanimations.hxx | 259 …nst sal_Char* find( const sal_Int16 mnType, const sal_Int16 mnSubType, const sal_Bool bDirection );
|
/trunk/main/oox/source/ppt/ |
H A D | pptfilterhelpers.hxx | 87 …nst sal_Char* find( const sal_Int16 mnType, const sal_Int16 mnSubType, const sal_Bool bDirection );
|
/trunk/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 240 …har* transition::find( const sal_Int16 nType, const sal_Int16 nSubType, const sal_Bool bDirection ) in find() argument 253 if ( bDirection == p->mbDirection ) in find() 1101 sal_Bool bDirection = !xColor->getDirection(); in exportAnimPropertySet() local 1102 exportAnimPropertyuInt32( rStrm, DFF_ANIM_DIRECTION, bDirection, TRANSLATE_NONE ); in exportAnimPropertySet()
|
/trunk/main/i18npool/inc/ |
H A D | xdictionary.hxx | 73 …ordBoundary( const rtl::OUString& rText, sal_Int32 nPos, sal_Int16 wordType, sal_Bool bDirection );
|
H A D | breakiterator_cjk.hxx | 45 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection )
|
H A D | breakiterator_unicode.hxx | 58 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection )
|
H A D | breakiteratorImpl.hxx | 69 const com::sun::star::lang::Locale& nLocale, sal_Int16 WordType, sal_Bool bDirection )
|
/trunk/main/xmloff/source/draw/ |
H A D | animationexport.cxx | 589 sal_Bool bDirection = sal_False; in exportTransitionNode() local 593 …etPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDirection" ) ) ) >>= bDirection; in exportTransitionNode() 610 if( !bDirection ) in exportTransitionNode()
|
H A D | sdpropls.cxx | 1655 sal_Bool bDirection = sal_Bool(); in ContextFilter() local 1657 (((*property).maValue >>= bDirection) && bDirection) ) in ContextFilter()
|
/trunk/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 1048 …ileBase::RC _nAssumeError, rtl::OString const& _sAssumeResultStr, sal_Bool bDirection = sal_True ); 1090 …rce, ::osl::FileBase::RC _nAssumeError, rtl::OString const& _sAssumeResultStr, sal_Bool bDirection) in check_SystemPath_FileURL() argument 1097 if ( bDirection == sal_True ) in check_SystemPath_FileURL() 1106 if ( bDirection == sal_True ) in check_SystemPath_FileURL()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4712 sal_Bool bDirection = sal_True; in Autofit() local 4715 bDirection = sal_False; in Autofit() 4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
|