/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 380 int * cut = NULL; // length of deletions in original word in hyphenate() local 393 &rep, &pos, &cut, minLead, minTrail, in hyphenate() 410 if (cut) free(cut); in hyphenate() 504 aWord.replaceAt(nHyphenationPosAlt + 1, cut[nHyphenationPos], repHyph), in hyphenate() 525 if (cut) free(cut); in hyphenate() 639 int * cut = NULL; // length of deletions in original word in createPossibleHyphens() local 653 &rep, &pos, &cut, minLead, minTrail, in createPossibleHyphens() 670 if (cut) free(cut); in createPossibleHyphens() 727 if (cut) free(cut); in createPossibleHyphens()
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | GraphicCrop.idl | 39 <p>Negative values cut the visible area; positive values 53 /** contains the top value to cut (if negative) or to extend (if positive) 60 /** contains the bottom value to cut (if negative) or to extend (if positive) 67 /** contains the left value to cut (if negative) or to extend (if positive) 74 /** contains the right value to cut (if negative) or to extend (if positive)
|
/trunk/main/setup_native/scripts/ |
H A D | uninstall_solaris.sh | 44 PKGLIST=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep -v core` 45 COREPKG=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core` 46 COREPKG01=`pkginfo -R $MY_ROOT | cut -f 2 -d ' ' | grep core01`
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | CircleKind.idl | 48 /** a circle with a cut connected by a line 55 /** a circle with a cut connected by two lines 62 /** a circle with an open cut
|
/trunk/main/odk/settings/ |
H A D | settings.mk | 26 PLATFORM := $(shell $(PRJ)/config.guess | cut -d"-" -f3,4) 60 PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1 | sed -e 's/^i.86$$/i386/') 159 PROCTYPE := $(shell $(PRJ)/config.guess | cut -d"-" -f1)$(shell /usr/ccs/bin/elfdump -e "$(OFFICE_P…
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryViewSwitch.cxx | 181 void OQueryViewSwitch::cut() in cut() function in OQueryViewSwitch 184 m_pTextView->cut(); in cut() 186 m_pDesignView->cut(); in cut()
|
/trunk/main/odk/ |
H A D | setsdkenv_unix | 28 OOVERSION=`cat $OO_SDK_HOME/settings/dk.mk | tail -3 | head -n 1 | cut -d"=" -f2 | cut -d"." -f1,2`
|
H A D | setsdkenv_unix.sh.in | 97 sdk_platform=`${OO_SDK_HOME}/config.guess | cut -d"-" -f3,4` 144 sdk_proctype=`${OO_SDK_HOME}/config.guess | cut -d"-" -f1`
|
/trunk/main/nss/ |
H A D | nss_macosx.patch | 8 -DARWIN_VER_MAJOR := $(shell uname -r | cut -f1 -d.) 11 +OSX_TARGET_MINOR := $(shell echo $(MACOSX_DEPLOYMENT_TARGET) | cut -f2 -d.)
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | querycontainerwindow.hxx | 95 void cut() { m_pViewSwitch->cut(); } in cut() function in dbaui::OQueryContainerWindow
|
H A D | IClipBoardTest.hxx | 41 virtual void cut() = 0;
|
H A D | TableDesignHelpBar.hxx | 72 virtual void cut();
|
H A D | queryview.hxx | 43 virtual void cut() = 0;
|
H A D | QueryTextView.hxx | 51 virtual void cut();
|
/trunk/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescGenWin.cxx | 177 void OFieldDescGenWin::cut() in cut() function in OFieldDescGenWin 180 m_pFieldControl->cut(); in cut()
|
H A D | TableDesignControl.cxx | 169 cut(); in Command() 203 void OTableRowView::cut() in cut() function in OTableRowView
|
H A D | TableFieldDescWin.cxx | 287 void OTableFieldDescWin::cut() in cut() function in OTableFieldDescWin 290 getGenPage()->cut(); in cut()
|
H A D | TableDesignView.cxx | 360 void OTableDesignView::cut() in cut() function in OTableDesignView 364 pTest->cut(); in cut()
|
H A D | FieldDescGenWin.hxx | 77 virtual void cut();
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | BackgroundsDialog.java | 151 private int cut; field in BackgroundsDialog.BGRenderer 155 cut = cut_; in BGRenderer()
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | XUIConfigurationManager.idl | 238 /** retrieves the keyboard short cut manager from the user interface 242 Every user interface configuration manager has one keyboard short cut 247 the short cut manager of the user interface configuration manager.
|
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 410 void OApplicationView::cut() in cut() function in OApplicationView 414 pTest->cut(); in cut()
|
H A D | AppSwapWindow.hxx | 68 inline void cut() { } in cut() function in dbaui::OApplicationSwapWindow
|
/trunk/extras/l10n/source/ |
H A D | fix_l10n.sh | 3 set files = `echo "$*" | cut -d" " -f1 --complement`
|
H A D | prepare_l10n.sh | 5 set lang = `head -1 $file.tmp | cut -f 10`
|